Skip to content

Commit

Permalink
perf: format dropdown menu code (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phạm Ngọc Hòa authored and PanJiaChen committed Dec 16, 2019
1 parent 1f0ac62 commit daec48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Share/DropdownMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $t: .1s;
.share-dropdown-menu-item {
@for $i from 1 through $n {
&:nth-of-type(#{$i}) {
transition-delay: ($n - $i)*$t;
transition-delay: ($n - $i)*$t;
transform: translate3d(0, ($i - 1)*60px, 0);
}
}
Expand Down

0 comments on commit daec48b

Please sign in to comment.