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; 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;