Input-date: Selected date text-color change.
This commit is contained in:
parent
07a9e5e300
commit
cf3dab89f7
|
@ -346,8 +346,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.uk-dropdown.options {
|
||||
max-height: 198px; /* 31px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
|
||||
overflow: auto;
|
||||
.uk-dropdown {
|
||||
&.options {
|
||||
max-height: 198px; /* 31px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
& .mat-calendar-body-selected {
|
||||
color: @global-inverse-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue