fix(style): form field error border style for select (#20517)

* fix(style): form  field error border style for select

* fix: add style for input-group-addon

* fix: remove invalid styles
This commit is contained in:
Yash Joshi 2019-12-30 20:20:33 +05:30 committed by 二货机器人
parent 849746b361
commit 8704569a30

View File

@ -295,16 +295,17 @@
}
}
.@{ant-prefix}-select.@{ant-prefix}-select-auto-complete {
.@{ant-prefix}-input:focus {
border-color: @error-color;
// fixes https://github.com/ant-design/ant-design/issues/20482
.@{ant-prefix}-input-group-addon .@{ant-prefix}-select {
&.@{ant-prefix}-select-single:not(.@{ant-prefix}-select-customize-input)
.@{ant-prefix}-select-selector {
border: 0;
}
}
.@{ant-prefix}-input-group-addon .@{ant-prefix}-select {
&-selector {
border-color: transparent;
box-shadow: none;
.@{ant-prefix}-select.@{ant-prefix}-select-auto-complete {
.@{ant-prefix}-input:focus {
border-color: @error-color;
}
}