Skip to content

All sites: revisit CSS prefixes #340

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

Closed
wants to merge 1 commit into from
Closed

Conversation

arthurvr
Copy link
Member

@arthurvr arthurvr commented Jan 9, 2015

I got over every prefixed CSS property and revisited for our current browser support. This would fix #335.

@@ -477,8 +477,6 @@ input[type="radio"] {

input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the associated comment above as well.

@arthurvr
Copy link
Member Author

arthurvr commented Jan 9, 2015

@scottgonzalez Updated PR. Thanks for the review!

@arthurvr arthurvr deleted the prefixes branch January 9, 2015 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Missing gradients in the learn.jquery.com CSS
2 participants