[ACS-8451] Fixed arrow position for select dropdowns in create/edit rules dialog (#9989)

* [ACS-8451] Fixed arrow position for select dropdowns in create/edit rules dialog

* [ACS-8452] Added missing mat-selector
This commit is contained in:
swapnil-verma-gl
2024-07-29 14:10:31 +05:30
committed by GitHub
parent 53b29822c1
commit d1b6da953d
2 changed files with 6 additions and 4 deletions

View File

@@ -25,16 +25,17 @@
background-color: initial;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
mat-select {
padding: 6px 0 8px 12px;
#{$mat-select} {
margin-top: 0;
border-radius: 6px;
width: 90%;
#{$mat-select-value} {
color: var(--adf-metadata-action-button-clear-color);
}
#{$mat-select-trigger} {
padding: 6px 12px 6px 6px;
}
}
}

View File

@@ -62,6 +62,7 @@ $mat-button-toggle: '.mat-button-toggle';
$mat-button-toggle-checked: '.mat-button-toggle-checked';
$mat-button-toggle-disabled: '.mat-button-toggle-disabled';
$mat-button-toggle-focus-overlay: '.mat-button-toggle-focus-overlay';
$mat-button-touch-target: '.mat-mdc-button-touch-target';
$mat-input-element: '.mat-mdc-input-element';
$mat-card: '.mat-mdc-card';
$mat-card-actions: '.mat-mdc-card-actions';