fix(portfolio): keyboard a11y for ThemeToggle (#6126)
Hiding outline “except for Windows High Contrast Mode” makes this component inaccessible to all keyboard users. Removing this declaration allows the default focus outline to show.
This commit is contained in:
parent
a717c5c76d
commit
6147479abf
1 changed files with 0 additions and 2 deletions
|
@ -19,8 +19,6 @@ import Icon from './Icon.astro';
|
|||
background-color: var(--gray-999);
|
||||
box-shadow: inset 0 0 0 1px var(--accent-overlay);
|
||||
cursor: pointer;
|
||||
/* Outline visible only to high contrast users */
|
||||
outline: 1px solid transparent;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in a new issue