From 2cd2b5144e881dec0803f93cf350bab55145f4aa Mon Sep 17 00:00:00 2001 From: Metona Date: Mon, 6 Apr 2026 01:11:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Think=20=E7=A6=81=E7=94=A8=E6=80=81=20ho?= =?UTF-8?q?ver=20=E6=95=88=E6=9E=9C=E4=B8=8E=E5=9B=BE=E7=89=87=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 4a9b160..9198df5 100644 --- a/css/style.css +++ b/css/style.css @@ -580,6 +580,11 @@ html, body { cursor: not-allowed; } +.think-toggle.unavailable:hover .think-btn { + opacity: 0.3; + background: rgba(241, 112, 123, 0.08); +} + /* ── 开关控件 (WinUI ToggleSwitch) ── */ .toggle-label { display: flex;