fix: 工具页签底栏统计文字颜色不可见(白底白字)

.ws-tools-hint 从 rgba(245,240,232,0.4) 改为 var(--text-tertiary),
与终端页签底栏 .ws-term-hint 保持一致。
This commit is contained in:
thzxx
2026-04-23 11:51:03 +08:00
parent 72565b3220
commit f46edc308a
+1 -1
View File
@@ -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;