add transfer form error style

fix #13273
This commit is contained in:
zombiej 2018-11-29 14:37:54 +08:00
parent aa16fdde86
commit 8a912e5426

View File

@ -553,6 +553,25 @@ form {
.@{ant-prefix}-cascader-picker:focus .@{ant-prefix}-cascader-input {
.active(@error-color);
}
// transfer
.@{ant-prefix}-transfer {
&-list {
border-color: @error-color;
&-search:not([disabled]) {
border-color: @input-border-color;
&:hover {
.hover();
}
&:focus {
.active();
}
}
}
}
}
.is-validating {