Skip to content

Commit 331454f

Browse files
author
Amby Balaji
committed
Undo CSS override for Chrome 62
1 parent 7120a89 commit 331454f

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

__tests__/fixtures/tailwind-output.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -451,19 +451,6 @@ img {
451451
border-style: solid;
452452
}
453453

454-
/**
455-
* Temporary reset for a change introduced in Chrome 62 but now reverted.
456-
*
457-
* We can remove this when the reversion is in a normal Chrome release.
458-
*/
459-
460-
button,
461-
[type="button"],
462-
[type="reset"],
463-
[type="submit"] {
464-
border-radius: 0;
465-
}
466-
467454
textarea {
468455
resize: vertical;
469456
}

css/preflight.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -447,18 +447,6 @@ img {
447447
border-style: solid;
448448
}
449449

450-
/**
451-
* Temporary reset for a change introduced in Chrome 62 but now reverted.
452-
*
453-
* We can remove this when the reversion is in a normal Chrome release.
454-
*/
455-
button,
456-
[type="button"],
457-
[type="reset"],
458-
[type="submit"] {
459-
border-radius: 0;
460-
}
461-
462450
textarea {
463451
resize: vertical;
464452
}

0 commit comments

Comments
 (0)