fix: Think 禁用态 hover 效果与图片按钮一致

This commit is contained in:
Metona
2026-04-06 01:11:11 +08:00
parent 4c1ce38cc0
commit 2cd2b5144e
+5
View File
@@ -580,6 +580,11 @@ html, body {
cursor: not-allowed; cursor: not-allowed;
} }
.think-toggle.unavailable:hover .think-btn {
opacity: 0.3;
background: rgba(241, 112, 123, 0.08);
}
/* ── 开关控件 (WinUI ToggleSwitch) ── */ /* ── 开关控件 (WinUI ToggleSwitch) ── */
.toggle-label { .toggle-label {
display: flex; display: flex;