Skip to content

Commit 015f2e2

Browse files
committed
Merge pull request #280 from gabdallah222/master
Fixes width transition for ink bar
2 parents 386e560 + a39d22d commit 015f2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/less/components/ink-bar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
height: 2px;
66
margin-top: -2px;
77
position: relative;
8-
.ease-out(1s);
8+
.ease-out(1s, left);
99
}

0 commit comments

Comments
 (0)