use active background color for selected settings tab

This commit is contained in:
David Hill
2026-01-20 16:55:20 +00:00
parent 74ad6dd4c9
commit 175313922b

View File

@@ -243,7 +243,7 @@
}
&:has([data-selected]) {
background-color: var(--surface-raised-base-hover);
background-color: var(--surface-raised-base-active);
color: var(--text-strong);
}
}
@@ -338,7 +338,7 @@
}
&:has([data-selected]) {
background-color: var(--surface-raised-base-hover);
background-color: var(--surface-raised-base-active);
color: var(--text-strong);
[data-component="icon"] {