mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Fix focused cascader error style
This commit is contained in:
parent
b544e3aef8
commit
9c3c88d3cc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user