Fix focus style of Form Controls, close #4035

This commit is contained in:
afc163 2016-11-28 19:01:14 +08:00
parent afb845d944
commit 7d75f6e3de

View File

@ -319,11 +319,6 @@ form {
}
.has-success {
.@{ant-prefix}-input {
border-color: @input-border-color;
box-shadow: none;
}
&.has-feedback:after {
content: '\e630';
color: @success-color;