Commit 669fa036 authored by Randall Leeds's avatar Randall Leeds

fix regression: controls not shown on new reply

parent 7967c7c1
...@@ -446,7 +446,7 @@ $threadexp-width: 1em; ...@@ -446,7 +446,7 @@ $threadexp-width: 1em;
@include single-transition(all, 0.6s, ease-in-out); @include single-transition(all, 0.6s, ease-in-out);
margin-left: -$thread-padding / 2; margin-left: -$thread-padding / 2;
.annotator-controls { & > .hyp-reply > .hyp-meta > .annotator-controls {
@include single-transition(all, 0.25s, ease-in-out); @include single-transition(all, 0.25s, ease-in-out);
opacity: 0; opacity: 0;
} }
......
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