diff --git a/build/scss/_navs.scss b/build/scss/_navs.scss index e64263e37..6c4981a63 100644 --- a/build/scss/_navs.scss +++ b/build/scss/_navs.scss @@ -6,9 +6,14 @@ .nav-link { color: $gray-600; - &:not(.active) { - &:not(.dropdown-toggle):hover { - color: theme-color("primary") + &:not(.active):hover { + color: theme-color("primary") + } + } + .nav-item { + &.dropdown.show { + .nav-link:hover { + color: $dropdown-link-active-color; } } }