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:
parent
3711fcb906
commit
1a99abeee7
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@
|
|||
}
|
||||
|
||||
&.fade-out {
|
||||
animation-duration: 0;
|
||||
animation-duration: 0.01s;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
|
|
|
@ -573,7 +573,7 @@ body.zen {
|
|||
}
|
||||
|
||||
&.fade-out {
|
||||
animation-duration: 0;
|
||||
animation-duration: 0.01s;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
|
|
Loading…
Reference in a new issue