0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Faster dropdown animation for publish button

Closes #4390

- Apply same animation timing from the nav bar dropdown to the publish button dropdown
This commit is contained in:
Paul Adam Davis 2014-11-04 12:59:08 +00:00
parent 8d96cb2f67
commit 660c9064eb

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;