mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove plain-hover-focus from navbar navs
This commit is contained in:
parent
a9d899b115
commit
41f7f6ec52
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue