2023-08-24 15:24:42 +02:00
|
|
|
|
|
|
|
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
|
2020-07-10 10:36:09 +02:00
|
|
|
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
|
2023-08-24 15:24:42 +02:00
|
|
|
.matSelection.mat-mdc-select {
|
2020-07-10 10:36:09 +02:00
|
|
|
padding-bottom: 4px;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
|
|
|
|
}
|
|
|
|
|
2023-08-24 15:24:42 +02:00
|
|
|
.matSelection.mat-mdc-select:focus {
|
2020-07-10 10:36:09 +02:00
|
|
|
border-color: #222080;
|
|
|
|
}
|
|
|
|
|
2023-08-24 15:24:42 +02:00
|
|
|
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
2020-07-10 10:36:09 +02:00
|
|
|
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
|
|
|
|
height: 0 !important;
|
|
|
|
}
|