From 331454f62dd1bdaf57dae266097255fc8f8c70b1 Mon Sep 17 00:00:00 2001 From: Amby Balaji Date: Sat, 27 Oct 2018 22:22:50 -0700 Subject: [PATCH] Undo CSS override for Chrome 62 --- __tests__/fixtures/tailwind-output.css | 13 ------------- css/preflight.css | 12 ------------ 2 files changed, 25 deletions(-) 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; }