From d61764a5e9f2058edaac96a5f1d1128796646ac5 Mon Sep 17 00:00:00 2001 From: Metona Date: Sat, 4 Apr 2026 21:35:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BF=9D=E7=95=99=20hover=20=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E9=AB=98=20think=20=E7=A6=81=E7=94=A8=E6=80=81?= =?UTF-8?q?=E5=8F=AF=E8=A7=81=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index bec8a1f..c549faa 100644 --- a/css/style.css +++ b/css/style.css @@ -228,11 +228,13 @@ body::before { .icon-btn.disabled, .icon-btn:disabled { - opacity: 0.3; + opacity: 0.4; cursor: not-allowed; transform: none; - box-shadow: none; - pointer-events: none; + box-shadow: 0 0 8px rgba(239, 68, 68, 0.2); + border: 1px dashed rgba(239, 68, 68, 0.4); + background: rgba(239, 68, 68, 0.08); + color: rgba(255, 255, 255, 0.5); } .icon-btn:active { @@ -419,12 +421,12 @@ body::before { } .think-toggle.unavailable .think-btn { - opacity: 0.3; + opacity: 0.5; cursor: not-allowed; } .think-toggle.unavailable .think-btn svg { - stroke: var(--text-muted); + stroke: var(--text-secondary); } /* ── 开关控件 ── */