Skip to content

Commit cdded4a

Browse files
committed
[design] improve input hide
1 parent d17ca9f commit cdded4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/css/form.css‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,9 +1107,12 @@ input[type="range"]:disabled::-moz-range-progress{
11071107

11081108
.input-hideinput[type="color"],
11091109
.input-hideinput[type="file"]{
1110+
margin:0;
11101111
opacity:0;
11111112
width:1px;
11121113
height:1px;
1114+
min-width:1px;
1115+
min-height:1px;
11131116
position: absolute;
11141117
top:0;
11151118
left:0;

0 commit comments

Comments
(0)