Commit bc234537 authored by Randall Leeds's avatar Randall Leeds

remove janky animations

parent 0ed4bdd2
...@@ -492,14 +492,11 @@ $threadexp-width: 1em; ...@@ -492,14 +492,11 @@ $threadexp-width: 1em;
.hyp-detail { .hyp-detail {
@include transition( @include transition(
(max-height .6s ease), (max-height .6s ease),
(box-shadow .1s ease .125s), (box-shadow .1s ease .125s));
(z-index .1s ease .125s),
(left .1s ease .125s));
overflow: hidden; overflow: hidden;
&.hyp-hover { &.hyp-hover {
@include smallshadow(2px, 2px, .2); @include smallshadow(2px, 2px, .2);
left: 2px;
z-index: 10; z-index: 10;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment