Merge branch 'feature-context-help-7.2' into feature-context-help-7.4

This commit is contained in:
Koen Pauwels
2023-01-16 12:24:05 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -24,4 +24,8 @@
::ng-deep .tooltip-inner {
width: var(--ds-context-help-tooltip-width);
max-width: var(--ds-context-help-tooltip-width);
a {
color: var(--ds-context-help-tooltip-link-color);
text-decoration: underline;
}
}

View File

@@ -89,5 +89,7 @@
--ds-context-x-offset: -16px;
--ds-context-help-icon-size: 16px;
--ds-context-help-tooltip-width: 300px;
--ds-context-help-tooltip-link-color: $white;
--ds-gap: 0.25rem;
}