Line 130 of plato.scss, transition: all 0.3s;, causes background images in links to transition slowly, which is undesirable in most cases. I moved this effect to a:hover, and specified only color and background color for the transition:

transition-property: color, background-color;
transition-duration: 0.3s;

Comments

dendritic’s picture

Component: Code » User interface
tsi’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.