Remove default border-radius from Edge

This commit is contained in:
SPATSCHIL Lukas 2021-07-19 09:19:22 +02:00
parent fc091cce15
commit 825daf1730

View File

@ -155,6 +155,7 @@ img {
/** /**
* 1. Change the font styles in all browsers. * 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari. * 2. Remove the margin in Firefox and Safari.
* 3. Remove border-radius in Edge.
*/ */
button, button,
@ -166,6 +167,7 @@ textarea {
font-size: 100%; /* 1 */ font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */ line-height: 1.15; /* 1 */
margin: 0; /* 2 */ margin: 0; /* 2 */
border-radius: 0; /* 3 */
} }
/** /**