Merge pull request #4298 from PaulAdamDavis/speedier-user-menu-animations

Speed up user menu animations
This commit is contained in:
John O'Nolan 2014-10-17 15:31:10 +02:00
commit 5c312dda6e
2 changed files with 10 additions and 1 deletions

View File

@ -75,6 +75,7 @@
text-align: left;
color: #333;
white-space: nowrap; // prevent links from randomly breaking onto new lines
transition: none;
}
i {

View File

@ -151,6 +151,14 @@
right: 15px;
left: auto;
&.fade-in-scale {
animation-duration: 0.1s;
}
&.fade-out {
animation-duration: 0;
}
.dropdown-menu {
position: absolute;
top: 0;
@ -287,7 +295,7 @@
position: absolute;
top: 100%;
right: 100%;
.dropdown-menu {
top: auto;
right: auto;