mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8994] the upload new version button is not disabled when clicked and the uploading starts (#10391)
* [ACS-8994] Disable upload button when new version is uploading * [ACS-8994] Disable upload button when new version is uploading
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
--adf-error-color: $adf-error-color,
|
||||
--adf-secondary-button-background: $adf-secondary-button-background,
|
||||
--adf-secondary-modal-text-color: $adf-secondary-modal-text-color,
|
||||
--adf-disabled-button-background: $adf-disabled-button-background,
|
||||
|
||||
--adf-display-external-property-widget-preview-selection-color: mat.get-color-from-palette($foreground, secondary-text)
|
||||
);
|
||||
|
@@ -28,3 +28,4 @@ $adf-ref-header-icon-border-radius: 50%;
|
||||
$adf-error-color: #ba1b1b;
|
||||
$adf-secondary-button-background: #2121210d;
|
||||
$adf-secondary-modal-text-color: #212121;
|
||||
$adf-disabled-button-background: rgba(0, 0, 0, 0.12);
|
||||
|
Reference in New Issue
Block a user