fix(app): make keyboard focus visible in settings (#12612)

This commit is contained in:
Joseph Campuzano
2026-02-09 09:12:06 -06:00
committed by GitHub
parent b267824e01
commit 56b32df400
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -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;
}