Merge pull request #216 from tailwindcss/revert-button-reset

Revert trying to reset Chrome 62 default button styles
This commit is contained in:
Adam Wathan 2017-11-18 10:50:33 -05:00 committed by GitHub
commit ae94ac9f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 10 deletions

View File

@ -535,11 +535,10 @@ fieldset {
*
* We can remove this when the reversion is in a normal Chrome release.
*/
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}

View File

@ -535,11 +535,10 @@ fieldset {
*
* We can remove this when the reversion is in a normal Chrome release.
*/
input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}