necolas/normalize.css

Fixing Warnings of button and and [type="search"]

Keval2124 opened this issue · 0 comments

``button,
[type="button"],
[type="reset"],
[type="submit"] {
appearance: button;
-webkit-appearance: button;
}

[type="search"] {
appearance: textfield;
-webkit-appearance: textfield; /* 1 /
outline-offset: -2px; /
2 */
}