Skip to content

Commit

Permalink
Restore :focus-visible rule from f02087f
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Mar 17, 2023
1 parent f17783a commit 6835eea
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ export const CircleIndicatorWrapper = styled.div`
position: relative;
width: 100%;
height: 100%;
:focus-visible {
outline: none;
}
`;

export const CircleIndicator = styled.div`
Expand Down

0 comments on commit 6835eea

Please sign in to comment.