mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #13 from davidblurton/reset-fade-out-timer-for-notifications-on-hover
Don't fade out notifications when the mouse is over
This commit is contained in:
commit
96a51a5429
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,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