Commit 2be02ee1 authored by Randall Leeds's avatar Randall Leeds

only hover-shadow replies, not top level

parent 910609a8
......@@ -458,9 +458,6 @@ $threadexp-width: 1em;
}
&.hyp-hover {
@include box-shadow(-.25em 0 1em -.25em #999);
outline-left: thin solid $gray-lighter;
& > .hyp-reply > .hyp-meta > .annotator-controls {
opacity: 1;
}
......@@ -474,6 +471,11 @@ $threadexp-width: 1em;
padding-top: 1em;
margin-left: $thread-padding / 2;
.hyp-detail.hyp-hover {
@include box-shadow(-.5em 0 .5em -.5em #999);
outline-left: thin solid $gray-lighter;
}
.hyp-body {
margin-top: 0.6em;
position: relative;
......
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