mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
14 lines
280 B
SCSS
14 lines
280 B
SCSS
.ds-context-help-toggle-enabled {
|
|
color: var(--ds-header-icon-color);
|
|
background-color: var(--ds-header-bg);
|
|
|
|
&:hover, &focus {
|
|
color: var(--ds-header-icon-color-hover);
|
|
}
|
|
}
|
|
|
|
.ds-context-help-toggle-disabled {
|
|
color: grey;
|
|
background-color: var(--ds-header-bg);
|
|
}
|