tweak(ui): align pill tabs pressed background

pull/14197/head
David Hill 2026-02-18 17:08:49 +00:00
parent f20c0bffd3
commit e5d52e4eb5
1 changed files with 4 additions and 0 deletions

View File

@ -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);