From 6d5318208e448937b7f63bfde8dbef484c4006de Mon Sep 17 00:00:00 2001 From: David Blurton Date: Wed, 18 Jun 2014 11:13:52 +0100 Subject: [PATCH] Don't fade out notifications when the mouse is over --- core/client/assets/sass/modules/notifications.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/client/assets/sass/modules/notifications.scss b/core/client/assets/sass/modules/notifications.scss index 1d4d4963b1..418335dc83 100644 --- a/core/client/assets/sass/modules/notifications.scss +++ b/core/client/assets/sass/modules/notifications.scss @@ -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 {