Commit 87c9f32
authored
Remove cursor override for
Related to tailwindlabs#8961 and
tailwindlabs#8962
Before v4, buttons got this CSS in preflight:
https://github.com/tailwindlabs/tailwindcss/blob/9824cb64a03afaa405e184cb31003c8a1efafaa7/src/css/preflight.css#L339-L353
v4 (`next` branch) no longer has `cursor: pointer` in
[preflight.css](https://github.com/tailwindlabs/tailwindcss/blob/2fe249963583e436961adc59cf9988af454e3da5/packages/tailwindcss/preflight.css)
This PR removes additional CSS for `:disabled` buttons. It was meant to
undo an override that is no longer present.:disabled buttons (tailwindlabs#14061)1 parent 0b7163c commit 87c9f32
File tree
2 files changed
+0
-12
lines changed- packages
- @tailwindcss-postcss/src/__snapshots__
- tailwindcss
2 files changed
+0
-12
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | 569 | | |
574 | 570 | | |
575 | 571 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 292 | | |
301 | 293 | | |
302 | 294 | | |
| |||
0 commit comments