mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
tweak(ui): align pill tabs pressed background
This commit is contained in:
parent
f20c0bffd3
commit
e5d52e4eb5
1 changed files with 4 additions and 0 deletions
|
|
@ -257,6 +257,10 @@
|
|||
color: var(--text-strong);
|
||||
}
|
||||
|
||||
&:active:not(:disabled) {
|
||||
background-color: var(--surface-raised-base-active);
|
||||
}
|
||||
|
||||
&:has([data-selected]) {
|
||||
background-color: var(--surface-raised-base-active);
|
||||
color: var(--text-strong);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue