Skip to content

Commit

Permalink
fix(homepage): make to show indicator when tab is choosen (apache#20048)
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 authored and philipher29 committed Jun 9, 2022
1 parent 474b542 commit ec5c5cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset-frontend/src/views/components/SubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ec5c5cd

Please sign in to comment.