From 040fe5696a71eb1e6875accd063a05eda1c88cf8 Mon Sep 17 00:00:00 2001 From: Amumu Date: Fri, 22 Nov 2019 15:47:02 +0800 Subject: [PATCH] fix time-picker disabled item focus style (#19812) --- 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; + } } }