tweak(ui): align pill tabs pressed background
parent
f20c0bffd3
commit
e5d52e4eb5
|
|
@ -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…
Reference in New Issue