fix: Think 禁用态 hover 效果与图片按钮一致
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user