Skip to content

Commit d40c9f9

Browse files
committed
Demo: Remove file input button margin reset.
1 parent cb5e5d0 commit d40c9f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css/demo.css

-2
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ input[type='file'] {
160160
input[type='file']::-webkit-file-upload-button {
161161
-webkit-appearance: none;
162162
box-sizing: border-box;
163-
margin: 0;
164163
padding: 0.5em 0.75em;
165164
font-family: inherit;
166165
font-size: 100%;
@@ -176,7 +175,6 @@ input[type='file']::-webkit-file-upload-button:active {
176175
}
177176
input[type='file']::-ms-browse {
178177
box-sizing: border-box;
179-
margin: 0;
180178
padding: 0.5em 0.75em;
181179
font-family: inherit;
182180
font-size: 100%;

0 commit comments

Comments
 (0)