Merged in fix/LOY-93-hide-confetti-reduced-motion (pull request #2149)
fix(LOY-93): add quickfix for hiding confetti canvas when reduced motion is turned on Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) and (prefers-reduced-motion) {
|
||||
/* Quickfix since tsparticles doesn't support reduced motion currently */
|
||||
.confetti {
|
||||
display: none;
|
||||
}
|
||||
.overlay:before {
|
||||
background-image: url("/_static/img/confetti.svg");
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user