Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Make links focusable on non-webkit browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
lgariepy committed Jan 19, 2021
1 parent 31a0f3a commit b18bfeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Link/Link.css.js
Expand Up @@ -6,6 +6,7 @@ export const LinkUI = styled('a')`
${linkStyles};
&:focus {
outline: 5px auto Highlight;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down

0 comments on commit b18bfeb

Please sign in to comment.