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:
Marcy Sutton-Todd 2023-02-06 11:19:19 -08:00 committed by GitHub
parent a717c5c76d
commit 6147479abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {