Fix navbar-nav link styling

This commit is contained in:
Serhii Babakov 2023-02-20 16:08:55 +04:00 committed by Mark Otto
parent 783213691a
commit dbc021b220
1 changed files with 5 additions and 3 deletions

View File

@ -100,10 +100,12 @@
margin-bottom: 0;
list-style: none;
.show > .nav-link,
.nav-link.active {
.nav-link {
&.active,
&.show {
color: var(--#{$prefix}navbar-active-color);
}
}
.dropdown-menu {
position: static;