fix(homepage): make to show indicator when tab is choosen (#20048)
This commit is contained in:
parent
ee178f47e1
commit
ded9122ceb
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue