0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Persistent notifications should not fade out

issue #333
- css fix
This commit is contained in:
ErisDS 2013-08-05 11:05:41 +01:00
parent 50c807cb9a
commit c7fe2967b8

View file

@ -871,10 +871,12 @@ nav {
@include icon($i-success);
background: $green;
@include animation(fade-out 1s linear);
@include animation-delay(3s);
@include animation-iteration-count(1);
@include animation-fill-mode(forwards);
&.notification-passive {
@include animation(fade-out 1s linear);
@include animation-delay(3s);
@include animation-iteration-count(1);
@include animation-fill-mode(forwards);
}
}
.notification-error {