mdn / developer-portal

The code that generates the MDN Web Docs Developer Portal.
Mozilla Public License 2.0
61 stars 38 forks source link

Hotfix: make Safari allow styling of the search input in the main nav #1755

Closed stevejalim closed 3 years ago

stevejalim commented 3 years ago

This changeset allows us to override the default styling of a search input in Safari (which is already allowed in all other target browsers)

Before, in Safari:

Screenshot 2020-07-27 at 15 21 49

After:

Screenshot 2020-07-27 at 15 22 21

Also in iOS (emulation):

Screenshot 2020-07-27 at 15 17 05

How to test