Only target needed elements for transitioning, more fail-proof reduced motion setting
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
img {
|
||||
transition: var(--transition-longer);
|
||||
transition-duration: var(--transition-longer);
|
||||
transition-property: transform, box-shadow, border-radius;
|
||||
|
||||
&:not(.no-hover) {
|
||||
cursor: zoom-in;
|
||||
|
Reference in New Issue
Block a user