Skip to content

Commit

Permalink
[ACS-8451] Fixed arrow position for select dropdowns in create/edit r…
Browse files Browse the repository at this point in the history
…ules dialog (#9989)

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

* [ACS-8452] Added missing mat-selector
  • Loading branch information
swapnil-verma-gl committed Jul 29, 2024
1 parent 53b2982 commit d1b6da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

Expand Down
1 change: 1 addition & 0 deletions lib/core/src/lib/styles/_mat-selectors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d1b6da9

Please sign in to comment.