fix: retain hover background on active workspace tabs

This commit is contained in:
GouJ
2026-09-14 18:06:28 +08:00
parent 20360c8318
commit ed0715f1c8
+1
View File
@@ -447,6 +447,7 @@ body {
.workspace-tabs .n-tabs-tab--active {
font-weight: 600;
}
.workspace-tabs .n-tabs-tab--active,
.workspace-tabs .n-tabs-tab:hover {
background: var(--app-subtle);
}