Skip to content

Commit 5ada939

Browse files
committed
Merge remote-tracking branch 'lukaspatschil/default-border-radius' into main
2 parents 15c05b7 + 825daf1 commit 5ada939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

normalize.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ svg:not(:root) {
151151
/**
152152
* 1. Change the font styles in all browsers.
153153
* 2. Remove the margin in Firefox and Safari.
154+
* 3. Remove border-radius in Edge.
154155
*/
155156

156157
button,
@@ -162,6 +163,7 @@ textarea {
162163
font-size: inherit; /* 1 */
163164
line-height: inherit; /* 1 */
164165
margin: 0; /* 2 */
166+
border-radius: 0; /* 3 */
165167
}
166168

167169
/**

0 commit comments

Comments
 (0)