.@{calendar-timepicker-prefix-cls} {
&-combobox {
border-top: @border-width-base @border-style-base @primary-3;
}
&-select {
li:hover {
background: @item-hover-bg;
color: @primary-color;
}
li&-option-selected {
background: @gray-1;
font-weight: 500;
}
}
}