mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
97732 Context help toggle button only appears when there is at least one element with a tooltip on the page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.ds-context-help-toggle-enabled {
|
||||
.ds-context-help-toggle {
|
||||
color: var(--ds-header-icon-color);
|
||||
background-color: var(--ds-header-bg);
|
||||
|
||||
@@ -6,8 +6,3 @@
|
||||
color: var(--ds-header-icon-color-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.ds-context-help-toggle-disabled {
|
||||
color: grey;
|
||||
background-color: var(--ds-header-bg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user