Skip to content

Commit af761cc

Browse files
author
Vincent Martel
committed
Force border-radius to 0 on inputs
1 parent 5c97f6d commit af761cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reset.css

+1
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

0 commit comments

Comments
 (0)