You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
![Screenshot 2023-01-17 at 12-59-48 Components _ Content _ Form - Default Form ⋅ Storybook](https://user-images.githubusercontent.com/9068365/213014390-0b877827-3020-4e0d-93d7-fe39b0177900.png)
Firefox:
Chrome:
![storybook web wsu edu_index html_path=_story_components-content-form--default-form](https://user-images.githubusercontent.com/9068365/213014567-ef0caa2d-6bb0-41f4-9184-107726d0fc0e.png)
Safari:
![Image 1-17-23 at 1 19 PM](https://user-images.githubusercontent.com/9068365/213016136-74ce1c7c-5be0-4325-b557-6f7d17d59aba.jpg)
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.
The text was updated successfully, but these errors were encountered: