Skip to content

Commit

Permalink
fix(tab): 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 f956a02 commit c34269e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Tab/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const StyledTab = styled.button`
cursor: default;
color: ${({ theme }) => theme.text};
user-select: none;
&:focus:after {
&:focus:after,
&:active:after {
content: '';
position: absolute;
left: 0;
Expand Down

0 comments on commit c34269e

Please sign in to comment.