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
You can see how round this is on OSX (and probably on iOS as well). You can remove this using -webkit-border-radius: 0; or using -webkit-appearance: none; and rebuilding a select from "scratch"
The text was updated successfully, but these errors were encountered:
Ahh yes. The problem is that using appearance: none; will require an arrow SVG to be included with Wing (increasing the size by a significant amount as different colors will need to be used as well). Border radius is already set on select elements, but it doesn't effect them.
You can see how round this is on OSX (and probably on iOS as well). You can remove this using
-webkit-border-radius: 0;
or using-webkit-appearance: none;
and rebuilding a select from "scratch"The text was updated successfully, but these errors were encountered: