-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
input type="submit" should works as button #54
Comments
I have checked this and I believe that is the case? Where are you seeing a difference? I've added an input to the tests in mine, and it all looks the same. |
Out of a form, they look the same, but not in a form. Tested in firefox and chrome. |
Yes, you are right, the issue is the '.pure-form input' style that is applied. To resolve this the '.pure-form input' style would have to be targeted to specific input types. Example jsFiddle: http://jsfiddle.net/ncHE3/ |
Good catch. I didn't specify the specific input types because I figured we would save some k-weight. This looks like a bug, so I'll look into this. |
Looks like more than just submit buttons: http://jsfiddle.net/ncHE3/1/ The button style should be applied to the following inputs:
|
This adds a lot more rules but I'm hoping that gzipping will not affect the k-weight much. This commit fixes issue pure-css#54 (pure-css#54)
#64 was merged, so closing this… |
I think the rendering of
should be the same as
The text was updated successfully, but these errors were encountered: