Skip to content

Commit e7be66c

Browse files
authored
Merge pull request #20 from mirego/feature/add-resets-for-inputs
Add resets for inputs (border-radius: 0) and buttons (appearance: none)
2 parents 5c97f6d + 0414dd5 commit e7be66c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reset.css

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ input,
141141
select,
142142
textarea {
143143
border: 0;
144+
border-radius: 0;
144145
margin: 0;
145146
}
146147

@@ -152,6 +153,7 @@ input[type='submit'] {
152153
border-radius: 0;
153154
margin: 0;
154155
background: transparent;
156+
appearance: none;
155157
cursor: pointer;
156158
}
157159

0 commit comments

Comments
 (0)