修复暗色模式显示

This commit is contained in:
Alex Yang
2026-01-28 12:49:24 +08:00
parent f54afee80b
commit 00f635ebec
2 changed files with 60 additions and 53 deletions

View File

@@ -1362,6 +1362,13 @@ tr:hover {
/* 添加箭头 */
}
/* 显示跟踪器浮窗 */
.tracker-tooltip.visible {
display: block;
opacity: 1;
visibility: visible;
}
/* 浮窗箭头 */
.tracker-tooltip::before {
content: '';