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
commit 373b2270e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 5 deletions

View file

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