AAE-21336 Display selected external property in preview state (#9475)

This commit is contained in:
Tomasz Gnyp
2024-03-26 11:29:23 +01:00
committed by GitHub
parent dbe33e9a58
commit 7cca017c12
4 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
/* stylelint-disable value-list-max-empty-lines */
/* stylelint-disable scss/no-global-function-names */
@use './reference-variables' as *;
@use '@angular/material' as mat;
@@ -97,7 +98,9 @@
--adf-header-icon-button-pressed-color: $adf-ref-header-icon-color,
--adf-header-icon-button-disabled-color: $adf-ref-header-icon-color,
--adf-danger-button-background: $adf-danger-button-background,
--adf-secondary-button-background: $adf-secondary-button-background
--adf-secondary-button-background: $adf-secondary-button-background,
--adf-display-external-property-widget-preview-selection-color: mat.get-color-from-palette($foreground, secondary-text)
);
// propagates SCSS variables into the CSS variables scope