We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f956a02 commit c34269eCopy full SHA for c34269e
1 file changed
src/components/Tab/Tab.js
@@ -23,7 +23,8 @@ const StyledTab = styled.button`
23
cursor: default;
24
color: ${({ theme }) => theme.text};
25
user-select: none;
26
- &:focus:after {
+ &:focus:after,
27
+ &:active:after {
28
content: '';
29
position: absolute;
30
left: 0;
0 commit comments