Skip to content

Commit

Permalink
Revert "Add ::file-selector-button reset (#6125)"
Browse files Browse the repository at this point in the history
This reverts commit f94a117.
  • Loading branch information
RobinMalfait committed Nov 18, 2021
1 parent f94a117 commit 56c1646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `placeholder` variant ([#6106](https://github.com/tailwindlabs/tailwindcss/pull/6106))
- Add tuple syntax for configuring screens while guaranteeing order ([#5956](https://github.com/tailwindlabs/tailwindcss/pull/5956))
- Add combinable `touch-action` support ([#6115](https://github.com/tailwindlabs/tailwindcss/pull/6115))
- Add `::file-selector-button` reset ([#6125](https://github.com/tailwindlabs/tailwindcss/pull/6125))

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

Expand Down
4 changes: 0 additions & 4 deletions src/css/preflight.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
--tw-content: '';
}

::file-selector-button {
border-style: solid; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
Expand Down

0 comments on commit 56c1646

Please sign in to comment.