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 05355a6b5c
commit 373b2270e7
5 changed files with 12 additions and 5 deletions

View File

@@ -32,6 +32,7 @@
/* } */
&:focus-visible {
outline: none;
background-color: var(--surface-raised-base-hover);
}
&[data-disabled] {
cursor: not-allowed;
@@ -70,6 +71,7 @@
/* } */
&:focus-visible {
outline: none;
background-color: var(--surface-raised-base-hover);
}
&[data-disabled] {
cursor: not-allowed;