Fix AutoComplete border color in form

This commit is contained in:
afc163 2018-01-31 10:47:25 +08:00
parent 80a4ee7731
commit 9f2b4905f0

View File

@ -488,6 +488,12 @@ form {
}
}
.@{ant-prefix}-select.@{ant-prefix}-select-auto-complete {
.@{ant-prefix}-input:focus {
border-color: @error-color;
}
}
.@{ant-prefix}-input-group-addon .@{ant-prefix}-select {
&-selection {
border-color: transparent;