mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
97732 Fixed button hover color issue in header
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user