Skip to content

Commit

Permalink
fix: Change url & add check for active item in menu (#11915)
Browse files Browse the repository at this point in the history
* Change url & add check for active item in menu

* Refactor to pass lint validation

* Fix lint

* Revert back and remove underline
  • Loading branch information
maloun96 committed Dec 12, 2020
1 parent 45703a1 commit 90ed326
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions superset-frontend/stylesheets/less/cosmo/bootswatch.less
Expand Up @@ -46,14 +46,6 @@
border: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li.active > a {
background: transparent;
border-bottom: 3px solid @brand-primary;
margin-bottom: -3px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
Expand Down

0 comments on commit 90ed326

Please sign in to comment.