Removed dropdown text animation

This commit is contained in:
Josef Citrine 2016-07-17 19:37:03 +01:00
parent ea7345992e
commit ac941d6697

View file

@ -309,16 +309,6 @@ html body {
}
}
@iterations: 10;
.link-loop (@i) when (@i > 0) {
@time: ((@i - 1) / 20);
html .dropdown-menu > li:nth-child(@{i}) {
animation-delay: ~"@{time}s";
}
.link-loop(@i - 1);
}
.link-loop (@iterations);
html .dropdown-menu {
.border-radius(4px);
border: 0;
@ -331,13 +321,9 @@ html .dropdown-menu {
> li {
margin: 0px;
animation: dropdown-link 0.2s;
animation-timing-function: @swift-ease-in-out;
animation-fill-mode: forwards;
opacity: 0;
> a {
padding: 14px 16px;
padding: 10px 16px;
font-size: 14px;
line-height: 18px;
&:hover {
@ -350,7 +336,7 @@ html .dropdown-menu {
display: block;
width: 40px;
text-align: center;
padding: 11px 0;
padding: 7px 0;
font-size: 10pt;
}