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 {