mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
[ACS-11974] [ACA] Upload new version button is no longer disabled when clicked once (#11977)
This commit is contained in:
@@ -17,4 +17,11 @@
|
||||
box-shadow: var(--mat-sys-level2);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
&-upload-button-file-container input:disabled + .adf-upload-button-label {
|
||||
cursor: not-allowed;
|
||||
color: var(--mat-sys-outline);
|
||||
box-shadow: none;
|
||||
background-color: var(--mat-sys-surface);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user