Skip to content

Commit 686ae70

Browse files
authoredMar 22, 2022
fix(FileInput): 隐藏原生input file提示文字 #700 (#701)
1 parent 4eae674 commit 686ae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-file-input/src/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
&::-webkit-file-upload-button {
66
background: transparent;
77
border: 0;
8-
color: red;
8+
color: #0000;
99
position: absolute;
1010
left: -300px;
1111
}

0 commit comments

Comments
 (0)
Please sign in to comment.