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

Non-standard appearance property #210

Closed
zgreen opened this issue Jun 2, 2014 · 1 comment
Closed

Non-standard appearance property #210

zgreen opened this issue Jun 2, 2014 · 1 comment

Comments

@zgreen
Copy link

zgreen commented Jun 2, 2014

MDN notes that the CSS appearance property is non-standard, and is not on a standards track. It is also not supported by autoprefixer.

I've been searching for a good way to create custom selects/dropdowns, and DropKick looks like a good plugin, but I wonder about the long-term viability of it while the appearance property is in use on mobile. Is there a way to achieve the desired effect without making use of appearance?

@Robdel12
Copy link
Owner

Robdel12 commented Jun 2, 2014

Should be able to do $(".select_class").dropkick({nativeMobile: false}). That will enable DK to load on mobile devices.

@Robdel12 Robdel12 closed this as completed Jun 5, 2014
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