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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: