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; + } } }