[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:
parent
2ef6618779
commit
8229b7411d
17
library.css
17
library.css
|
@ -1483,3 +1483,20 @@ ul.portalTabs.uk-tab::before {
|
|||
.entitiesSelectionPanel, .matSelectionPanel{
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue