kbrsh / wing

:gem: A beautiful CSS framework designed for minimalists.
https://kbrsh.github.io/wing
MIT License
2.01k stars 160 forks source link

Overly Rounded select #69

Open james2doyle opened 7 years ago

james2doyle commented 7 years ago

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"

kbrsh commented 7 years ago

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.

james2doyle commented 6 years ago

Well, you can build an arrow in CSS or you can also use an arrow character ala ▼ or ▲