openaire-assets/library-css/material.scss

20 lines
652 B
SCSS

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