fix: Input.Search style in RTL (#37980)

This commit is contained in:
Yuki Zhang 2022-10-12 23:51:31 +08:00 committed by GitHub
parent 3f8962ec3e
commit 4774497258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,8 +182,11 @@
&:hover,
&:focus {
+ .@{ant-prefix}-input-group-addon .@{search-prefix}-button:not(.@{ant-prefix}-btn-primary) {
border-right-color: @input-hover-border-color;
border-left-color: @border-color-base;
&:hover {
border-left-color: @input-hover-border-color;
}
}
}
}