-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select arrow has invalid styles on Firefox #65
Comments
Isn't this an upstream issue? The |
That's true but it is possible to unify styles for the arrow in every browser. E.g. try to add |
And what OS is used to reproduce the case from the screenshot? |
macOS Catalina 10.15.0 |
Similar on Linux - it's just a way how browsers render a not-styled select box. |
Fix: User-agent styles of HTML select elements should not be overridden by the inspector. Closes #65.
Is this a bug report or feature request?
🐞 Bug report
📋 Steps to reproduce
Use the inspector on Firefox. The
select
arrow for e.g.Editor instance
orRoot
looks slightly different than in Google Chrome:Chrome:
Firefox:
The text was updated successfully, but these errors were encountered: