Fix combobox select error style, close #1227

This commit is contained in:
afc163 2016-03-19 15:28:48 +08:00
parent 77783d8c9b
commit e5a014d3a6

View File

@ -391,6 +391,10 @@ form {
}
}
.@{select-prefix-cls}-combobox .@{select-prefix-cls}-search__field:focus {
box-shadow: none;
}
// ant-datepicker
.@{calendar-prefix-cls}-picker-icon:after {
color: @error-color;