Get rid of overcomplicated transition properties
Not a single time this been useful, quite the opposite; it was very annoying
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
img {
|
||||
transition-duration: var(--transition-longer);
|
||||
transition-property: transform, box-shadow, border-radius;
|
||||
transition: var(--transition-longer);
|
||||
|
||||
&:not(.no-hover, &[src*="#no-hover"]) {
|
||||
cursor: zoom-in;
|
||||
|
Reference in New Issue
Block a user