diff --git a/less/input.less b/less/input.less index a2c72e2..b4693c6 100644 --- a/less/input.less +++ b/less/input.less @@ -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; + } }