mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
set hover background of active sidebar item to surface-raised-base
This commit is contained in:
parent
0d9ce6ad7b
commit
19ac6f1948
1 changed files with 4 additions and 0 deletions
|
|
@ -344,6 +344,10 @@
|
|||
[data-component="icon"] {
|
||||
color: var(--icon-strong-base);
|
||||
}
|
||||
|
||||
&:hover:not(:disabled) {
|
||||
background-color: var(--surface-raised-base);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue