Skip to content

Commit

Permalink
fix: [Input] add -webkit-appearance: none
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jun 7, 2021
1 parent 45ccf0a commit 5f683f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
resize: @input-resize;
-webkit-tap-highlight-color: transparent;
transition: .2s ease-in-out;
-webkit-appearance: none;

&:focus {
outline: none;
Expand Down

0 comments on commit 5f683f8

Please sign in to comment.