Skip to content

Commit

Permalink
fix(Input): fix input groups hover style,close #3849 (#4274)
Browse files Browse the repository at this point in the history
Co-authored-by: 林俊 <[email protected]>
  • Loading branch information
AsabaHarumasa and 林俊 authored Mar 9, 2023
1 parent 9e69eab commit bb37360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@

> #{$input-prefix} {
border-radius: 0;
&.#{$css-prefix}focus {
&.#{$css-prefix}focus,&:hover {
position: relative;
z-index: 1;
}
Expand Down

0 comments on commit bb37360

Please sign in to comment.