[Trunk | Library]: library.css: custom css (not from material) for <mat-form-field> with 'matSelectionFormField' class and for <mat-select> with 'matSelection' class (for material select).

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58261 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-03-15 23:02:36 +00:00
parent 2ef6618779
commit 8229b7411d
1 changed files with 17 additions and 0 deletions

View File

@ -1483,3 +1483,20 @@ ul.portalTabs.uk-tab::before {
.entitiesSelectionPanel, .matSelectionPanel{ .entitiesSelectionPanel, .matSelectionPanel{
margin-top: 30px !important; margin-top: 30px !important;
} }
.matSelection .mat-select-value, .matSelection .mat-select-arrow {
color: inherit !important;
}
.matSelection.mat-select {
padding-bottom: 4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.matSelection.mat-select:focus {
border-color: #222080;
}
.matSelectionFormField .mat-form-field-underline, .matSelectionFormField .mat-form-field-ripple {
height: 0 !important;
}