From 85567da0e8a58fd62cd97d3d714718042bf4e308 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 4 May 2017 12:05:57 +0800 Subject: [PATCH] tweak style --- components/time-picker/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index 447458b50..9c4fe9ec7 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 {