From: Mark Otto Date: Wed, 28 Dec 2016 22:51:04 +0000 (-0800) Subject: remove plain-hover-focus from navbar navs X-Git-Tag: v4.0.0-alpha.6~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41f7f6ec525cea7ff92816975ec907ea18011725;p=thirdparty%2Fbootstrap.git remove plain-hover-focus from navbar navs --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 71de44e56b..90355fc069 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -166,9 +166,7 @@ .active > .nav-link, .nav-link.open, .nav-link.active { - @include plain-hover-focus { - color: $navbar-light-active-color; - } + color: $navbar-light-active-color; } } @@ -217,9 +215,7 @@ .active > .nav-link, .nav-link.open, .nav-link.active { - @include plain-hover-focus { - color: $navbar-inverse-active-color; - } + color: $navbar-inverse-active-color; } }