Changes between Initial Version and Version 1 of Ticket #32051
- Timestamp:
- Sep 28, 2020, 6:30:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32051
- Property Has patch set
-
Ticket #32051 – Description
initial v1 5 5 - For other browsers (tested in Chrome and Safari on macOS), the smoke is cropped to the sides because of root-level SVGs being `overflow: hidden`. 6 6 - The animation doesn’t respect [`prefers-reduced-motion: reduce`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) (more of an enhancement). 7 8 I’ve taken a stab at addressing these, and cleaning up unused CSS and SVG, in https://github.com/django/django/pull/13463.