Skip to content

Commit

Permalink
just a tweak to prevent a conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Dec 13, 2020
1 parent a4bedb4 commit 6d84568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Menu/Menu.tsx
Expand Up @@ -99,7 +99,7 @@ const StyledHeader = styled.header`
padding-left: 12px;
}
.navbar-nav > li > a {
.navbar-inverse .navbar-nav > li > a {
color: ${({ theme }) => theme.colors.grayscale.dark1};
border-bottom: none;
&:focus {
Expand Down

0 comments on commit 6d84568

Please sign in to comment.