97732 Fixed button hover color issue in header

This commit is contained in:
Koen Pauwels
2023-01-05 14:58:07 +01:00
parent 84c053575f
commit 8850f005b4
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
@media screen and (min-width: map-get($grid-breakpoints, md)) {
.dropdown-toggle {
color: var(--ds-header-icon-color) !important;
color: var(--ds-header-icon-color);
&:hover, &focus {
color: var(--ds-header-icon-color-hover);

View File

@@ -22,8 +22,8 @@
--ds-header-bg: #{$white};
--ds-header-logo-height: 50px;
--ds-header-logo-height-xs: 50px;
--ds-header-icon-color: #{$cyan};
--ds-header-icon-color-hover: #{darken($white, 15%)};
--ds-header-icon-color: #{$link-color};
--ds-header-icon-color-hover: #{$link-hover-color};
--ds-header-navbar-border-top-color: #{$white};
--ds-header-navbar-border-bottom-color: #{$gray-400};
--ds-navbar-link-color: #{$cyan};