0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Merge pull request #13 from davidblurton/reset-fade-out-timer-for-notifications-on-hover

Don't fade out notifications when the mouse is over
This commit is contained in:
Hannah Wolfe 2014-06-20 00:39:42 +01:00
commit 96a51a5429

View file

@ -81,6 +81,10 @@
@include animation-iteration-count(1);
@include animation-fill-mode(forwards);
}
&.notification-passive:hover {
@include animation(fade-in 0.2s linear);
}
}
.notification-error {