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