remove deprecated styles from normalize css

This commit is contained in:
2023-02-26 00:03:33 +10:30
parent 2ba5f18317
commit 86fa8105be

12
src/css/normalize.css vendored
View File

@ -192,12 +192,12 @@ select { /* 1 */
* Correct the inability to style clickable types in iOS and Safari. * Correct the inability to style clickable types in iOS and Safari.
*/ */
button, /* button,
[type="button"], [type="button"],
[type="reset"], [type="reset"],
[type="submit"] { [type="submit"] {
-webkit-appearance: button; -webkit-appearance: button;
} } */
/** /**
* Remove the inner border and padding in Firefox. * Remove the inner border and padding in Firefox.
@ -288,7 +288,7 @@ textarea {
*/ */
[type="search"] { [type="search"] {
-webkit-appearance: textfield; /* 1 */ /* -webkit-appearance: textfield; 1 */
outline-offset: -2px; /* 2 */ outline-offset: -2px; /* 2 */
} }
@ -296,9 +296,9 @@ textarea {
* Remove the inner padding in Chrome and Safari on macOS. * Remove the inner padding in Chrome and Safari on macOS.
*/ */
[type="search"]::-webkit-search-decoration { /* [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} } */
/** /**
* 1. Correct the inability to style clickable types in iOS and Safari. * 1. Correct the inability to style clickable types in iOS and Safari.
@ -306,7 +306,7 @@ textarea {
*/ */
::-webkit-file-upload-button { ::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */ /* -webkit-appearance: button; 1 */
font: inherit; /* 2 */ font: inherit; /* 2 */
} }