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

Select inputs in Paper are missing arrows in Chrome #358

Closed
thomaspark opened this issue Nov 12, 2014 · 3 comments
Closed

Select inputs in Paper are missing arrows in Chrome #358

thomaspark opened this issue Nov 12, 2014 · 3 comments

Comments

@thomaspark
Copy link
Owner

With the use of -webkit-appearance: none; to remove border-radius in webkit, the select arrow is missing in Paper.

As stated in #348, one idea is to remove the default select style for all browsers and add our own arrows using :before/:after pseudoelements. A bonus is that we can make these arrows consistent with the ones on the dropdowns.

Relevant for Firefox: https://gist.github.com/joaocunha/6273016/

@hebbet
Copy link
Contributor

hebbet commented Dec 29, 2014

played a little arround with possible solution for that.
doesn't support :before/:after firefox v35 will also hide the arrow with -moz:appaerance:none

@thomaspark
Copy link
Owner Author

Firefox supports -moz-appearance now, but then I discovered selects don't allow before/after pseudo-elements.

Hacky as it is, my fix is to use a base-64 encoded background image for the arrows.

@hebbet
Copy link
Contributor

hebbet commented Jan 22, 2015

i think that is the best.

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

No branches or pull requests

2 participants