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 0d9ce6ad7b
commit 19ac6f1948

View File

@@ -344,6 +344,10 @@
[data-component="icon"] {
color: var(--icon-strong-base);
}
&:hover:not(:disabled) {
background-color: var(--surface-raised-base);
}
}
}