From 0505b159c138cab5dc1299baa0d3847268a6e3c3 Mon Sep 17 00:00:00 2001 From: yoyo837 Date: Wed, 20 Nov 2019 10:15:51 +0800 Subject: [PATCH] fix time-picker disabled item focus style --- components/time-picker/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index 0c6149d32d35..ea450721ec63 100644 --- a/components/time-picker/style/index.less +++ b/components/time-picker/style/index.less @@ -124,6 +124,10 @@ background: transparent; cursor: not-allowed; } + &:focus { + color: @btn-disable-color; + font-weight: inherit; + } } }