mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Only reset border radius on elements Chrome borked it on
This commit is contained in:
parent
918673e672
commit
c6ccadea3a
@ -528,6 +528,18 @@ fieldset {
|
||||
border-width: 0;
|
||||
border-style: solid;
|
||||
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.
|
||||
*/
|
||||
input[type="button" i],
|
||||
input[type="submit" i],
|
||||
input[type="reset" i],
|
||||
input[type="file" i]::-webkit-file-upload-button,
|
||||
button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
@ -528,6 +528,18 @@ fieldset {
|
||||
border-width: 0;
|
||||
border-style: solid;
|
||||
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.
|
||||
*/
|
||||
input[type="button" i],
|
||||
input[type="submit" i],
|
||||
input[type="reset" i],
|
||||
input[type="file" i]::-webkit-file-upload-button,
|
||||
button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user