Fix TimePicker disabled style, close #6918

This commit is contained in:
afc163 2017-07-22 14:59:55 +08:00
parent c733f94c33
commit e51a3a6da4

View File

@ -190,6 +190,9 @@
&-input { &-input {
.input; .input;
&[disabled] {
.disabled;
}
} }
&-large &-input { &-large &-input {