mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
remove plain-hover-focus from navbar navs
This commit is contained in:
parent
a9d899b115
commit
41f7f6ec52
@ -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 New Issue
Block a user