fix: 工具页签底栏统计文字颜色不可见(白底白字)
.ws-tools-hint 从 rgba(245,240,232,0.4) 改为 var(--text-tertiary), 与终端页签底栏 .ws-term-hint 保持一致。
This commit is contained in:
@@ -2691,7 +2691,7 @@ html, body {
|
|||||||
|
|
||||||
.ws-tools-hint {
|
.ws-tools-hint {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: rgba(245, 240, 232, 0.4);
|
color: var(--text-tertiary);
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user