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:
parent
c917910794
commit
6d5318208e
1 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue