Input-date: Selected date text-color change.

This commit is contained in:
Konstantinos Triantafyllou 2023-07-19 19:52:46 +03:00
parent 07a9e5e300
commit cf3dab89f7
1 changed files with 9 additions and 3 deletions

View File

@ -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;
}
}