style: add search input border color in RTL (#21946)

This commit is contained in:
xrkffgg 2020-03-06 18:09:37 +08:00 committed by GitHub
parent d7394e9e2f
commit c162bff8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,11 @@
border: @border-width-base @border-style-base @input-border-color;
border-left: 0;
}
&:hover,
&:focus {
border-color: @input-hover-border-color;
}
}
&.@{ant-prefix}-input-affix-wrapper {