Commit 95921f4d authored by Aron Carroll's avatar Aron Carroll

Remove dashed border on collapsed threads

It left a single pixel, which looked like a rendering glitch.
parent 49c88683
......@@ -29,17 +29,21 @@ $threadexp-width: .6em;
padding: 0;
padding-left: $thread-padding;
&.collapsed > .annotation {
.body {
display: none;
}
&.collapsed {
border-color: transparent;
.magicontrol {
display: none;
}
& > .annotation {
.body {
display: none;
}
.magicontrol {
display: none;
}
.reply-count {
font-style: italic;
.reply-count {
font-style: italic;
}
}
}
}
......
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