0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Enable .fade-out animations in Safari

Closes #4432

Random sidenote: Safari is a whiny non-animating wuss and figuring this
out took way longer than one would think.
This commit is contained in:
Felix Rieseberg 2014-11-14 17:52:28 -08:00
parent 3711fcb906
commit 1a99abeee7
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@
} }
&.fade-out { &.fade-out {
animation-duration: 0; animation-duration: 0.01s;
} }
.dropdown-menu { .dropdown-menu {

View file

@ -573,7 +573,7 @@ body.zen {
} }
&.fade-out { &.fade-out {
animation-duration: 0; animation-duration: 0.01s;
} }
.dropdown-menu { .dropdown-menu {