fix(homepage): make to show indicator when tab is choosen (#20048)

This commit is contained in:
smileydev
2022-05-12 12:17:49 -05:00
committed by GitHub
parent ee178f47e1
commit ded9122ceb

View File

@@ -110,6 +110,10 @@ const StyledHeader = styled.div`
padding: ${({ theme }) => theme.gridUnit * 2}px
${({ theme }) => theme.gridUnit * 4}px;
}
&.active a {
text-decoration: underline;
}
}
li.active > a,