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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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,