Skip to content

Commit

Permalink
fix(Nav): active line should have disappear animation
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed May 27, 2019
1 parent 91fba02 commit 8a1ad70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nav/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ $nav-icononly-width: $s-15;
&:before {
width: 0;
left: 50%;
height: $nav-hoz-item-selected-active-line;
}

&:hover:before {
Expand Down Expand Up @@ -165,6 +166,7 @@ $nav-icononly-width: $s-15;
&:before {
height: 0;
top: 50%;
width: $nav-ver-item-selected-active-line;
}

&:hover:before {
Expand Down

0 comments on commit 8a1ad70

Please sign in to comment.