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

Don't fade out notifications when the mouse is over

This commit is contained in:
David Blurton 2014-06-18 11:13:52 +01:00 committed by Paul Adam Davis
parent c917910794
commit 6d5318208e

View file

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