fix: Change url & add check for active item in menu (#11915)

* Change url & add check for active item in menu

* Refactor to pass lint validation

* Fix lint

* Revert back and remove underline
This commit is contained in:
Victor Malai 2020-12-12 06:25:29 +02:00 committed by GitHub
parent 45703a1dea
commit 90ed3267e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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 {