diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index 447458b50c..9c4fe9ec79 100644 --- a/components/time-picker/style/index.less +++ b/components/time-picker/style/index.less @@ -132,6 +132,9 @@ li&-option-selected { background: @time-picker-selected-bg; font-weight: bold; + &:hover { + background: @time-picker-selected-bg; + } } li&-option-disabled {