fix(quickdock): 子智能体/后台指令/文件行选中态由近黑改为 hover 色
is-active 原先使用 --surface-soft,dark 主题下为 #0f0f0f 近黑色,违反 大面积色块禁近黑规范;改为 var(--hover-bg),点击选中与 hover 视觉一致。
This commit is contained in:
parent
4b78fd6d40
commit
dd08845bbc
@ -311,7 +311,7 @@
|
||||
}
|
||||
|
||||
.qd-run-item.is-active {
|
||||
background: var(--surface-soft);
|
||||
background: var(--hover-bg);
|
||||
}
|
||||
|
||||
.qd-run-status {
|
||||
@ -418,7 +418,7 @@
|
||||
}
|
||||
|
||||
.qd-file-item.is-active {
|
||||
background: var(--surface-soft);
|
||||
background: var(--hover-bg);
|
||||
}
|
||||
|
||||
.qd-file-name {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user