Fix extra error outline of select in input addon

This commit is contained in:
afc163 2017-07-08 16:20:01 +08:00
parent 6c5a11a363
commit 384803528f

View File

@ -451,6 +451,13 @@ form {
}
}
.@{ant-prefix}-input-group-addon .@{ant-prefix}-select {
&-selection {
border-color: transparent;
box-shadow: none;
}
}
// arrow and icon
.@{ant-prefix}-calendar-picker-icon:after,
.@{ant-prefix}-picker-icon:after,