mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Fix focused cascader error style
This commit is contained in:
parent
942ea41b02
commit
73a4873e78
@ -435,6 +435,10 @@ form {
|
||||
border-color: @warning-color;
|
||||
}
|
||||
}
|
||||
|
||||
.@{ant-prefix}-cascader-picker:focus .@{ant-prefix}-cascader-input {
|
||||
.active(@warning-color);
|
||||
}
|
||||
}
|
||||
|
||||
.has-error {
|
||||
@ -496,6 +500,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