mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Merge pull request #4456 from felixrieseberg/iss4432
Enable .fade-out animations in Safari
This commit is contained in:
commit
2668a62209
2 changed files with 2 additions and 2 deletions
core/client/assets/sass
|
@ -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…
Add table
Reference in a new issue