mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-15294] applied design tokens for GroupCloudComponent (#9168)
* [AAE-15295] added design tokens to PeopleCloudComponent * [AAE-15295] re-add initials picture background * [AAE-15294] applied design tokens for GroupCloudComponent * [AAE-15294] replaced reference variables with theme * [AAE-15294] applied design tokens for GroupCloudComponent * [AAE-15206] apply design tokens for TaskAssignmentFilterCloudComponent * [AAE-15206] add tokens for label * [AAE-15206] replaced reference variables with theme values * [AAE-15206] remove last remaining reference colors * [AAE-19026] Fix app permissions (#9171) * [AAE-15295] added design tokens to PeopleCloudComponent (#9162) * [AAE-15295] added design tokens to PeopleCloudComponent * [AAE-15294] separate component variables * [AAE-15294] fix rebase * [AAE-15294] readded background color to cloud pic * [AAE-15294] fixed lint * [AAE-15294] rebase * [AAE-15294] remove duplicate theme pick * [AAE-15294] fix whitespace in label
This commit is contained in:
@@ -71,12 +71,19 @@
|
||||
--adf-people-cloud-autosuggest-result-active-color: mat.get-color-from-palette($foreground, text),
|
||||
--adf-people-cloud-autosuggest-result-disabled-color: mat.get-color-from-palette($foreground, secondary-text),
|
||||
--adf-people-cloud-input-caption-error-color: mat.get-color-from-palette($warn),
|
||||
|
||||
--adf-metadata-property-panel-border-color: $adf-ref-metadata-property-panel-border-color,
|
||||
--adf-metadata-buttons-background-color: $adf-ref-metadata-buttons-background-color,
|
||||
--adf-metadata-action-button-clear-color: $adf-ref-metadata-action-button-clear-color,
|
||||
--adf-metadata-property-panel-text-color: $adf-ref-metadata-property-panel-text-color,
|
||||
--adf-metadata-property-panel-label-color: $adf-ref-metadata-property-panel-label-color,
|
||||
--adf-metadata-property-panel-title-color: $adf-ref-metadata-property-panel-title-color,
|
||||
|
||||
--adf-group-cloud-input-label-default-color: mat.get-color-from-palette($foreground, secondary-text),
|
||||
--adf-group-cloud-input-label-focus-color: mat.get-color-from-palette($primary),
|
||||
--adf-group-cloud-autosuggest-result-active-color: mat.get-color-from-palette($foreground, text),
|
||||
--adf-group-cloud-autosuggest-result-disabled-color: mat.get-color-from-palette($foreground, secondary-text),
|
||||
--adf-group-cloud-input-caption-error-color: mat.get-color-from-palette($warn)
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
Reference in New Issue
Block a user