From 86fa8105bec1eac40f668914e6383b88d1096a32 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sun, 26 Feb 2023 00:03:33 +1030 Subject: [PATCH] remove deprecated styles from normalize css --- src/css/normalize.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/normalize.css b/src/css/normalize.css index c469989..f0c5b1e 100644 --- a/src/css/normalize.css +++ b/src/css/normalize.css @@ -192,12 +192,12 @@ select { /* 1 */ * Correct the inability to style clickable types in iOS and Safari. */ -button, +/* button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; -} +} */ /** * Remove the inner border and padding in Firefox. @@ -288,7 +288,7 @@ textarea { */ [type="search"] { - -webkit-appearance: textfield; /* 1 */ + /* -webkit-appearance: textfield; 1 */ outline-offset: -2px; /* 2 */ } @@ -296,9 +296,9 @@ textarea { * Remove the inner padding in Chrome and Safari on macOS. */ -[type="search"]::-webkit-search-decoration { +/* [type="search"]::-webkit-search-decoration { -webkit-appearance: none; -} +} */ /** * 1. Correct the inability to style clickable types in iOS and Safari. @@ -306,7 +306,7 @@ textarea { */ ::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ + /* -webkit-appearance: button; 1 */ font: inherit; /* 2 */ }