Skip to content

Commit b911447

Browse files
committed
Revert trying to reset Chrome 62 default button styles
1 parent d9c3f7b commit b911447

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

__tests__/fixtures/tailwind-output.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -530,19 +530,6 @@ fieldset {
530530
border-color: #dae4e9;
531531
}
532532

533-
/**
534-
* Temporary reset for a change introduced in Chrome 62 but now reverted.
535-
*
536-
* We can remove this when the reversion is in a normal Chrome release.
537-
*/
538-
input[type="button" i],
539-
input[type="submit" i],
540-
input[type="reset" i],
541-
input[type="file" i]::-webkit-file-upload-button,
542-
button {
543-
border-radius: 0;
544-
}
545-
546533
textarea {
547534
resize: vertical;
548535
}

css/preflight.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -530,19 +530,6 @@ fieldset {
530530
border-color: config('borderColors.default', currentColor);
531531
}
532532

533-
/**
534-
* Temporary reset for a change introduced in Chrome 62 but now reverted.
535-
*
536-
* We can remove this when the reversion is in a normal Chrome release.
537-
*/
538-
input[type="button" i],
539-
input[type="submit" i],
540-
input[type="reset" i],
541-
input[type="file" i]::-webkit-file-upload-button,
542-
button {
543-
border-radius: 0;
544-
}
545-
546533
textarea { resize: vertical; }
547534

548535
img { max-width: 100%; }

0 commit comments

Comments
 (0)