From 1984b3da8d8f081533cabfc8657c2714f1c5a3b0 Mon Sep 17 00:00:00 2001 From: Varunram Date: Sat, 27 Oct 2018 09:34:56 +0530 Subject: [PATCH 1/2] Resolve #26226: Sync with normalize 8.0.0 diff credits: @client9 --- scss/_reboot.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 4cb858f8803c..7e5aec9c1f90 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -28,7 +28,6 @@ html { font-family: sans-serif; // 2 line-height: 1.15; // 3 -webkit-text-size-adjust: 100%; // 4 - -ms-text-size-adjust: 100%; // 4 -ms-overflow-style: scrollbar; // 5 -webkit-tap-highlight-color: rgba($black, 0); // 6 } @@ -157,10 +156,6 @@ blockquote { margin: 0 0 1rem; } -dfn { - font-style: italic; // Add the correct font style in Android 4.3- -} - b, strong { font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari @@ -349,7 +344,7 @@ select { // controls in Android 4. // 2. Correct the inability to style clickable types in iOS and Safari. button, -html [type="button"], // 1 +[type="button"], // 1 [type="reset"], [type="submit"] { -webkit-appearance: button; // 2 @@ -439,7 +434,6 @@ progress { // Remove the inner padding and cancel buttons in Chrome and Safari on macOS. // -[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } From b5a851b32173a388284336c1e526d0767d0d076e Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sat, 3 Nov 2018 22:45:13 +0100 Subject: [PATCH 2/2] Add TODO --- scss/_reboot.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 7e5aec9c1f90..6c294ce5a088 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -40,6 +40,7 @@ html { } // Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) +// TODO: remove in v5 // stylelint-disable-next-line selector-list-comma-newline-after article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block;