Skip to content

Commit

Permalink
Merge pull request #579 from Ambyjkl/master
Browse files Browse the repository at this point in the history
Undo CSS override for Chrome 62
  • Loading branch information
adamwathan authored Oct 28, 2018
2 parents 7120a89 + 331454f commit 35f8dd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
13 changes: 0 additions & 13 deletions __tests__/fixtures/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,19 +451,6 @@ img {
border-style: solid;
}

/**
* Temporary reset for a change introduced in Chrome 62 but now reverted.
*
* We can remove this when the reversion is in a normal Chrome release.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}

textarea {
resize: vertical;
}
Expand Down
12 changes: 0 additions & 12 deletions css/preflight.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,18 +447,6 @@ img {
border-style: solid;
}

/**
* Temporary reset for a change introduced in Chrome 62 but now reverted.
*
* We can remove this when the reversion is in a normal Chrome release.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}

textarea {
resize: vertical;
}
Expand Down

0 comments on commit 35f8dd6

Please sign in to comment.