Merge pull request #4456 from felixrieseberg/iss4432

Enable .fade-out animations in Safari
This commit is contained in:
Paul Davis 2014-11-15 11:03:45 +00:00
commit 2668a62209
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 {