[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:
AleksanderSklorz
2024-11-18 14:19:55 +01:00
committed by GitHub
parent 3adccc132e
commit cbb5f14473
6 changed files with 73 additions and 29 deletions

View File

@@ -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)
);

View File

@@ -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);