[AAE-49015] - Removing and replacing mat-selectors

This commit is contained in:
VitoAlbano
2026-08-03 13:13:49 +01:00
parent 5c9916d562
commit 5c7fa59fa1
4 changed files with 0 additions and 16 deletions
@@ -86,16 +86,6 @@
flex-direction: row;
justify-content: space-around;
align-items: baseline;
.adf-start-process-definition-select {
#{ms.$mat-select-arrow-wrapper} {
transform: none;
svg {
fill: currentcolor;
}
}
}
}
&-start-process-app-list {
@@ -9,5 +9,4 @@ $mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
$mat-button: '.mat-mdc-button';
$mat-button-label: '.mdc-button__label';
$mat-form-field: '.mat-mdc-form-field';
$mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper';
$mat-dialog-surface: '.mat-mdc-dialog-surface';