washingtonstateuniversity / wsu-web-design-system

The front-end markup for creating and using components in the WSU Web Design System.
3 stars 0 forks source link

Inconsistent styling of `select` elements between browsers #99

Open NeilBrommer opened 1 year ago

NeilBrommer commented 1 year ago

Describe the bug <select> elements have different styling in each browser. In Chrome they have a white background, in Firefox they have a gray background, and they use system styling in Safari.

To Reproduce View the Form page in the storybook in each browser.

Expected behavior The styling should match between browsers.

Screenshots Firefox: Screenshot 2023-01-17 at 12-59-48 Components _ Content _ Form - Default Form ⋅ Storybook

Chrome: storybook web wsu edu_index html_path=_story_components-content-form--default-form

Safari: Image 1-17-23 at 1 19 PM

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Safari appears to need appearance: none, but that also removes the drop arrow.

I haven't tested this on Android.