Skip to content

Commit

Permalink
fix: affix Input disabled hover style (ant-design#29670)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored and headwindz committed Mar 9, 2021
1 parent a2e78ee commit 7da0c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/style/affix.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.input();
display: inline-flex;

&:hover {
&:not(&-disabled):hover {
.hover();
z-index: 1;
.@{ant-prefix}-input-search-with-button & {
Expand Down

0 comments on commit 7da0c96

Please sign in to comment.