diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index db07aa37d209..292da4c7273c 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -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; } diff --git a/css/preflight.css b/css/preflight.css index aad57f36df15..05873d8c7a39 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -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; }