* Fix #1335, Reverse #311

* Fix #1335, Reverse #311
master
zcyzcy88 2017-02-24 23:45:43 +08:00 committed by Sérgio Gomes
parent 2265e3d0bf
commit 245f19d74f
2 changed files with 2 additions and 2 deletions

View File

@ -629,7 +629,7 @@
left: 0;
position: absolute;
background: $layout-header-tab-highlight;
animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0.01s alternate forwards;
animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) alternate forwards;
transition: all 1s cubic-bezier(0.4, 0.0, 1, 1);
}

View File

@ -69,7 +69,7 @@
left: 0px;
position: absolute;
background: $tab-highlight-color;
animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0.01s alternate forwards;
animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) alternate forwards;
transition: all 1s cubic-bezier(0.4, 0.0, 1, 1);
}