necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.28k stars 10.67k forks source link

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

Closed Keval2124 closed 7 months ago

Keval2124 commented 7 months ago

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

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