Apply .sidebar hover flicker fix to /docs

This commit is contained in:
Michael Rose 2016-11-04 11:22:25 -04:00
parent d71f801d16
commit f64b8659fc

View file

@ -7,6 +7,9 @@
========================================================================== */ ========================================================================== */
.sidebar { .sidebar {
-webkit-transform: translate3d(0, 0 , 0);
transform: translate3d(0, 0 , 0);
@include clearfix(); @include clearfix();
margin-bottom: 1em; margin-bottom: 1em;
@ -14,7 +17,7 @@
@include span(2 of 12); @include span(2 of 12);
opacity: 0.75; opacity: 0.75;
-webkit-transition: opacity 0.2s ease-in-out; -webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
&:hover { &:hover {
opacity: 1; opacity: 1;