diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index 64c2c0dd2..f32405ed0 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -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; } diff --git a/css/preflight.css b/css/preflight.css index ac77396e5..2730fde63 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -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; }