Skip to content

Commit

Permalink
fix(FileInput): 隐藏原生input file提示文字 #700 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z committed Mar 22, 2022
1 parent 4eae674 commit 686ae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-file-input/src/style/index.less
Expand Up @@ -5,7 +5,7 @@
&::-webkit-file-upload-button {
background: transparent;
border: 0;
color: red;
color: #0000;
position: absolute;
left: -300px;
}
Expand Down

0 comments on commit 686ae70

Please sign in to comment.