mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Fix TimePicker disabled style, close #6918
This commit is contained in:
parent
c733f94c33
commit
e51a3a6da4
@ -190,6 +190,9 @@
|
|||||||
|
|
||||||
&-input {
|
&-input {
|
||||||
.input;
|
.input;
|
||||||
|
&[disabled] {
|
||||||
|
.disabled;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-large &-input {
|
&-large &-input {
|
||||||
|
Loading…
Reference in New Issue
Block a user