mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-8630] - Replacing mat-icon elements
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
class="adf-attach-folder-menu-trigger"
|
||||
>
|
||||
{{ 'FORM.FIELD.UPLOAD' | translate }}
|
||||
<mat-icon>cloud_upload</mat-icon>
|
||||
<mat-icon class="adf-attach-folder-menu-trigger-icon">cloud_upload</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
|
||||
#{ms.$mat-icon} {
|
||||
.adf-attach-folder-menu-trigger-icon {
|
||||
margin-left: 4px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@ $mat-button-label: '.mdc-button__label';
|
||||
$mat-input-element: '.mat-mdc-input-element';
|
||||
$mat-dialog-actions: '.mat-mdc-dialog-actions';
|
||||
$mat-line: '.mat-line';
|
||||
$mat-icon: '.mat-icon';
|
||||
$mat-select-value-text: '.mat-mdc-select-value-text';
|
||||
$mat-form-field-label: '.mat-mdc-floating-label';
|
||||
$mat-form-field: '.mat-mdc-form-field';
|
||||
|
||||
Reference in New Issue
Block a user