mirror of https://github.com/twbs/bootstrap.git
Fix navbar-nav link styling
This commit is contained in:
parent
783213691a
commit
dbc021b220
|
@ -100,10 +100,12 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
.show > .nav-link,
|
.nav-link {
|
||||||
.nav-link.active {
|
&.active,
|
||||||
|
&.show {
|
||||||
color: var(--#{$prefix}navbar-active-color);
|
color: var(--#{$prefix}navbar-active-color);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: static;
|
position: static;
|
||||||
|
|
Loading…
Reference in New Issue