Skip to content

Commit 56c1646

Browse files
committed
Revert "Add ::file-selector-button reset (#6125)"
This reverts commit f94a117.
1 parent f94a117 commit 56c1646

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Add `placeholder` variant ([#6106](https://github.com/tailwindlabs/tailwindcss/pull/6106))
1717
- Add tuple syntax for configuring screens while guaranteeing order ([#5956](https://github.com/tailwindlabs/tailwindcss/pull/5956))
1818
- Add combinable `touch-action` support ([#6115](https://github.com/tailwindlabs/tailwindcss/pull/6115))
19-
- Add `::file-selector-button` reset ([#6125](https://github.com/tailwindlabs/tailwindcss/pull/6125))
2019

2120
## [3.0.0-alpha.2] - 2021-11-08
2221

src/css/preflight.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
--tw-content: '';
1818
}
1919

20-
::file-selector-button {
21-
border-style: solid; /* 2 */
22-
}
23-
2420
/*
2521
1. Use a consistent sensible line-height in all browsers.
2622
2. Prevent adjustments of font size after orientation changes in iOS.

0 commit comments

Comments
 (0)