fix settings sidebar active tab hover to use consistent background

pull/9698/head
David Hill 2026-01-20 20:37:56 +00:00
parent 96a9744347
commit bf9047ccd1
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@
}
&:hover:not(:disabled) {
background-color: var(--surface-raised-base);
background-color: var(--surface-raised-base-active);
}
}
}