fix(ui): 深色模式块底部运行指示线太亮,改用 accent 灰色系
This commit is contained in:
parent
ee9ac28f26
commit
0ed262c87b
@ -944,11 +944,6 @@ body[data-theme='dark'] .more-icon {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 深色模式下 progress-indicator 使用白色 */
|
|
||||||
body[data-theme='dark'] .progress-indicator {
|
|
||||||
background: var(--text-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.collapsible-block.processing .progress-indicator {
|
.collapsible-block.processing .progress-indicator {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user