Skip to content

Fixing CSS (#9) and clear vendor prefixes #15

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

Merged
merged 2 commits into from
Apr 9, 2016
Merged

Fixing CSS (#9) and clear vendor prefixes #15

merged 2 commits into from
Apr 9, 2016

Conversation

felixsanz
Copy link
Contributor

Fixes #9 and also clear unused vendor prefixes

Fixing #9

Using fixed height is not good idea if you plan to expand the input using paddings. I removed the height since is not needed. If you prefer height, just remove padding top/bottom and center the text using another method, but this is just easier.

Also, the icon doesn't need padding because is non-sense. Just correct the top/right properties to position it where you want
Those prefixes are not needed anymore.  Leaving -webkit-transition because of android 4.2 which has a market share of 0.88%.
@felixsanz felixsanz changed the title Fixing CSS Fixing CSS (#9) and clear vendor prefixes Mar 5, 2016
@felixsanz
Copy link
Contributor Author

I made two separate commits just in case you don't want to remove prefixes.

@pespantelis pespantelis merged commit c68e959 into pespantelis:gh-pages Apr 9, 2016
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

Successfully merging this pull request may close these issues.

2 participants