mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
97732 Fixed button hover color issue in header
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
@media screen and (min-width: map-get($grid-breakpoints, md)) {
|
@media screen and (min-width: map-get($grid-breakpoints, md)) {
|
||||||
.dropdown-toggle {
|
.dropdown-toggle {
|
||||||
color: var(--ds-header-icon-color) !important;
|
color: var(--ds-header-icon-color);
|
||||||
|
|
||||||
&:hover, &focus {
|
&:hover, &focus {
|
||||||
color: var(--ds-header-icon-color-hover);
|
color: var(--ds-header-icon-color-hover);
|
||||||
|
@@ -22,8 +22,8 @@
|
|||||||
--ds-header-bg: #{$white};
|
--ds-header-bg: #{$white};
|
||||||
--ds-header-logo-height: 50px;
|
--ds-header-logo-height: 50px;
|
||||||
--ds-header-logo-height-xs: 50px;
|
--ds-header-logo-height-xs: 50px;
|
||||||
--ds-header-icon-color: #{$cyan};
|
--ds-header-icon-color: #{$link-color};
|
||||||
--ds-header-icon-color-hover: #{darken($white, 15%)};
|
--ds-header-icon-color-hover: #{$link-hover-color};
|
||||||
--ds-header-navbar-border-top-color: #{$white};
|
--ds-header-navbar-border-top-color: #{$white};
|
||||||
--ds-header-navbar-border-bottom-color: #{$gray-400};
|
--ds-header-navbar-border-bottom-color: #{$gray-400};
|
||||||
--ds-navbar-link-color: #{$cyan};
|
--ds-navbar-link-color: #{$cyan};
|
||||||
|
Reference in New Issue
Block a user