openaire-assets/library-css/material.scss

24 lines
658 B
SCSS

.mat-mdc-select-trigger .mat-mdc-select-value-text, .mat-mdc-select-trigger .mat-mdc-select-arrow {
color: inherit !important;
}
.mat-mdc-select-trigger.mat-mdc-select {
padding-bottom: 4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.mat-mdc-select-arrow {
width: 20px !important;
height: 20px !important;
}
.mat-mdc-select-trigger.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;
}