[ACS-8630] - Replacing mat-icon elements

This commit is contained in:
VitoAlbano
2026-08-03 13:13:47 +01:00
parent faf012c675
commit a74979e399
9 changed files with 8 additions and 8 deletions
@@ -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>
@@ -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';