mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03: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
@ -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 New Issue
Block a user