0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Merge pull request from felixrieseberg/iss4432

Enable .fade-out animations in Safari
This commit is contained in:
Paul Davis 2014-11-15 11:03:45 +00:00
commit 2668a62209
2 changed files with 2 additions and 2 deletions
core/client/assets/sass

View file

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

View file

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