diff options
| author | Mark Otto <[email protected]> | 2016-12-28 14:51:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:13:43 -0800 |
| commit | 41f7f6ec525cea7ff92816975ec907ea18011725 (patch) | |
| tree | 0af8b68a556e1a8b280a306f6f5cc7e63175d366 | |
| parent | a9d899b1154cdb382ec291dcd29ac50e995e6484 (diff) | |
| download | bootstrap-41f7f6ec525cea7ff92816975ec907ea18011725.tar.xz bootstrap-41f7f6ec525cea7ff92816975ec907ea18011725.zip | |
remove plain-hover-focus from navbar navs
| -rw-r--r-- | scss/_navbar.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 71de44e56..90355fc06 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; } } |
