From 825daf1730017b4a8b8983fce485cd8208acf483 Mon Sep 17 00:00:00 2001 From: SPATSCHIL Lukas Date: Mon, 19 Jul 2021 09:19:22 +0200 Subject: [PATCH] Remove default border-radius from Edge --- normalize.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/normalize.css b/normalize.css index 192eb9c..0f5d42b 100644 --- a/normalize.css +++ b/normalize.css @@ -155,6 +155,7 @@ img { /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. + * 3. Remove border-radius in Edge. */ button, @@ -166,6 +167,7 @@ textarea { font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ + border-radius: 0; /* 3 */ } /**