Skip to content
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

Overly Rounded select #69

Open
james2doyle opened this issue Oct 20, 2017 · 2 comments
Open

Overly Rounded select #69

james2doyle opened this issue Oct 20, 2017 · 2 comments
Labels

Comments

@james2doyle
Copy link

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
Copy link
Owner

kbrsh commented Oct 20, 2017

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.

@kbrsh kbrsh added the bug label Oct 20, 2017
@james2doyle
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants