Fix menu-side :unhover:after not working on chrome 3x
This commit is contained in:
parent
ed771b20a9
commit
79216f6edc
|
@ -71,7 +71,10 @@
|
||||||
|
|
||||||
transition: transform .1s;
|
transition: transform .1s;
|
||||||
|
|
||||||
|
|
||||||
|
-webkit-transform-origin: 0 0;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
|
-webkit-transform: scaleX(0);
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,9 @@
|
||||||
color: #e2e2e2;
|
color: #e2e2e2;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transition: transform .1s;
|
transition: transform .1s;
|
||||||
|
-webkit-transform-origin: 0 0;
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
|
-webkit-transform: scaleX(0);
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue