Skip to content

Commit

Permalink
fix(switchbase): focus indication on MacOS and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Mar 29, 2020
1 parent fe7de4b commit f956a02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SwitchBase/SwitchBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ export const LabelText = styled.span`
${StyledInput}:focus ~ & {
${focusOutline}
}
${StyledInput}:not(:disabled) ~ &:active {
${focusOutline}
}
`;

0 comments on commit f956a02

Please sign in to comment.