mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Reset radius applied by Chrome 62 using low specificity selectors
This commit is contained in:
parent
b9114478d4
commit
7305bac176
@ -530,6 +530,18 @@ fieldset {
|
||||
border-color: #dae4e9;
|
||||
}
|
||||
|
||||
/**
|
||||
* Temporary reset for a change introduced in Chrome 62 but now reverted.
|
||||
*
|
||||
* We can remove this when the reversion is in a normal Chrome release.
|
||||
*/
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
@ -530,6 +530,18 @@ fieldset {
|
||||
border-color: config('borderColors.default', currentColor);
|
||||
}
|
||||
|
||||
/**
|
||||
* Temporary reset for a change introduced in Chrome 62 but now reverted.
|
||||
*
|
||||
* We can remove this when the reversion is in a normal Chrome release.
|
||||
*/
|
||||
button,
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="submit"] {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
textarea { resize: vertical; }
|
||||
|
||||
img { max-width: 100%; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user