Skip to content

Commit c34269e

Browse files
committed
fix(tab): focus indication on MacOS and iOS
1 parent f956a02 commit c34269e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Tab/Tab.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const StyledTab = styled.button`
2323
cursor: default;
2424
color: ${({ theme }) => theme.text};
2525
user-select: none;
26-
&:focus:after {
26+
&:focus:after,
27+
&:active:after {
2728
content: '';
2829
position: absolute;
2930
left: 0;

0 commit comments

Comments
 (0)