Skip to content

Commit

Permalink
fix(portfolio): keyboard a11y for ThemeToggle (#6126)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marcysutton authored Feb 6, 2023
1 parent a717c5c commit 6147479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/portfolio/src/components/ThemeToggle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6147479

Please sign in to comment.