necolas / normalize.css

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

Button in Safari has a default border, whereas Chrome doesn't #816

Open marnixhoh opened 4 years ago

marnixhoh commented 4 years ago

With normalize.css, button elements in Safari have a default border, whereas in e.g. Chrome they don't.

Line 210 of the normalize.css sets border-style: none; for Firefox, but I believe that this should also be set for Safari to prevent the default border from showing up.

Thanks