Skip to content

Commit

Permalink
fix(Input): resolve input button selected issue (#1657)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhang Rui <zhangrui@growingio.com>
  • Loading branch information
Ryan Zhang and Zhang Rui committed Dec 9, 2021
1 parent 2caee20 commit 464d269
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/input/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
color: @gray-2;
.text-body1();
}

&:-internal-autofill-previewed,
&:-internal-autofill-selected {
transition: background-color 50000s ease-out 0.5s;
}
}

&::placeholder {
Expand Down

1 comment on commit 464d269

@vercel
Copy link

@vercel vercel bot commented on 464d269 Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.