From 90ed3267e498f7c95a34f6703e534d69c9aed2db Mon Sep 17 00:00:00 2001 From: Victor Malai Date: Sat, 12 Dec 2020 06:25:29 +0200 Subject: [PATCH] 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 --- superset-frontend/stylesheets/less/cosmo/bootswatch.less | 8 -------- 1 file changed, 8 deletions(-) diff --git a/superset-frontend/stylesheets/less/cosmo/bootswatch.less b/superset-frontend/stylesheets/less/cosmo/bootswatch.less index 9e8877338..55ee1263a 100644 --- a/superset-frontend/stylesheets/less/cosmo/bootswatch.less +++ b/superset-frontend/stylesheets/less/cosmo/bootswatch.less @@ -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 {