mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
Merge pull request #4456 from felixrieseberg/iss4432
Enable .fade-out animations in Safari
This commit is contained in:
commit
2668a62209
@ -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