fix(app): make keyboard focus visible in settings (#12612)
This commit is contained in:
parent
05355a6b5c
commit
373b2270e7
5 changed files with 12 additions and 5 deletions
|
|
@ -429,6 +429,11 @@
|
|||
background-color: var(--surface-raised-base-hover);
|
||||
}
|
||||
|
||||
&:has([data-slot="tabs-trigger"]:focus-visible) {
|
||||
background-color: var(--surface-raised-base-hover);
|
||||
box-shadow: var(--shadow-xs-border-focus);
|
||||
}
|
||||
|
||||
&: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