You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when :hover on a featurelet button, the border fades in smoothly over 0.5s, but the background gradient snaps from A to B instantly, creating a distracting flash effect.
The text was updated successfully, but these errors were encountered:
i was able to fix this by changing .featurelet .inner's color-stop to rgba(0,0,0,0) and setting background-color to color A, and then removing all background-image lines from :hover and setting background-color to color B.
when :hover on a featurelet button, the border fades in smoothly over 0.5s, but the background gradient snaps from A to B instantly, creating a distracting flash effect.
The text was updated successfully, but these errors were encountered: