From c27ea46738a2dcd11f7ec7d722e0d911b72e5d5a Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 8 Feb 2026 22:47:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=86=E7=BB=84=20tab=20?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=80=89=E4=B8=AD=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/globals.css b/app/globals.css index 3ae3cb2..dd2e80b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -717,6 +717,12 @@ input[type="number"] { color: var(--muted); background: transparent; } + .tab.active, + .tab.active:hover { + background: rgba(34, 211, 238, 0.15); + color: var(--primary); + box-shadow: none; + } } .modal-overlay {