mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #216 from tailwindcss/revert-button-reset
Revert trying to reset Chrome 62 default button styles
This commit is contained in:
commit
ae94ac9f1f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user