mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
fix: Input.Search style in RTL (#37980)
This commit is contained in:
parent
3f8962ec3e
commit
4774497258
@ -182,8 +182,11 @@
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
+ .@{ant-prefix}-input-group-addon .@{search-prefix}-button:not(.@{ant-prefix}-btn-primary) {
|
+ .@{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;
|
border-left-color: @border-color-base;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-left-color: @input-hover-border-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user