fix time-picker disabled item focus style (#19812)

This commit is contained in:
Amumu 2019-11-22 15:47:02 +08:00 committed by 偏右
parent 102efd529a
commit 040fe5696a

View File

@ -124,6 +124,10 @@
background: transparent;
cursor: not-allowed;
}
&:focus {
color: @btn-disable-color;
font-weight: inherit;
}
}
}