97732 Context help button now disabled when there are no tooltips available on the page

This commit is contained in:
Koen Pauwels
2023-01-16 09:36:57 +01:00
parent 6bee69bc3f
commit bcbfafcb32
9 changed files with 99 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
.ds-context-help-toggle {
.ds-context-help-toggle-enabled {
color: var(--ds-header-icon-color);
background-color: var(--ds-header-bg);
@@ -6,3 +6,8 @@
color: var(--ds-header-icon-color-hover);
}
}
.ds-context-help-toggle-disabled {
color: grey;
background-color: var(--ds-header-bg);
}