[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
@@ -4,7 +4,6 @@ $mat-expansion-panel-body: '.mat-expansion-panel-body';
$mat-tab-header: '.mat-mdc-tab-header';
$mat-checkbox-box: '.mdc-checkbox';
$mat-form-field: '.mat-mdc-form-field';
$mat-text-field-outlined: '.mdc-text-field--outlined';
$mat-card-content: '.mat-mdc-card-content';
$mat-menu-panel: '.mat-mdc-menu-panel';
$mat-form-field-infix: '.mat-mdc-form-field-infix';
@@ -30,10 +30,6 @@ adf-search-properties {
padding-top: 9px;
}
#{ms.$mat-text-field-outlined} {
padding: 0 9px;
}
.adf-search-properties-form-field {
width: 100%;
display: block;
@@ -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';