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
|
|
@ -82,7 +82,7 @@
|
|||
box-shadow: var(--shadow-xs-border-base);
|
||||
}
|
||||
|
||||
&:not([data-expanded]):focus {
|
||||
&:not([data-expanded]):not(:focus-visible):focus {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue