Merge pull request #4391 from PaulAdamDavis/publish-transition

Faster dropdown animation for publish button
This commit is contained in:
John O'Nolan 2014-11-14 14:57:06 +01:00
commit 6939fde1a5

View File

@ -567,6 +567,15 @@ body.zen {
position: absolute;
bottom: 49px;
right: 0;
&.fade-in-scale {
animation-duration: 0.1s;
}
&.fade-out {
animation-duration: 0;
}
.dropdown-menu {
top: auto;
left: auto;