Fix focused cascader error style

This commit is contained in:
afc163 2017-10-09 13:46:56 +08:00
parent b544e3aef8
commit 9c3c88d3cc

View File

@ -464,6 +464,10 @@ form {
border-color: @warning-color;
}
}
.@{ant-prefix}-cascader-picker:focus .@{ant-prefix}-cascader-input {
.active(@warning-color);
}
}
.has-error {
@ -525,6 +529,10 @@ form {
.active(@error-color);
}
}
.@{ant-prefix}-cascader-picker:focus .@{ant-prefix}-cascader-input {
.active(@error-color);
}
}
.is-validating {