mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user