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:
Felix Rieseberg 2014-11-14 17:52:28 -08:00
parent 3711fcb906
commit 1a99abeee7
2 changed files with 2 additions and 2 deletions

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 {