Fix Cascader[disabled] style with defaultValue, close #4648

This commit is contained in:
afc163 2017-01-19 14:25:44 +08:00
parent e3758168e4
commit 9189d3cc5d

View File

@ -25,10 +25,10 @@
&-disabled {
cursor: not-allowed;
background: @input-disabled-bg;
color: @disabled-color;
.@{cascader-prefix-cls}-input {
cursor: not-allowed;
background: @input-disabled-bg;
}
}