set hover background of active sidebar item to surface-raised-base

This commit is contained in:
David Hill
2026-01-20 17:36:28 +00:00
parent 4c9b6fbea3
commit d948eab625
+4
View File
@@ -344,6 +344,10 @@
[data-component="icon"] {
color: var(--icon-strong-base);
}
&:hover:not(:disabled) {
background-color: var(--surface-raised-base);
}
}
}