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:
Koen Pauwels
2023-01-27 11:59:24 +01:00
parent e717e610f9
commit bceca43580
6 changed files with 17 additions and 33 deletions

View File

@@ -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);
}