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,7 +29,10 @@ $threadexp-width: .6em; ...@@ -29,7 +29,10 @@ $threadexp-width: .6em;
padding: 0; padding: 0;
padding-left: $thread-padding; padding-left: $thread-padding;
&.collapsed > .annotation { &.collapsed {
border-color: transparent;
& > .annotation {
.body { .body {
display: none; display: none;
} }
...@@ -43,6 +46,7 @@ $threadexp-width: .6em; ...@@ -43,6 +46,7 @@ $threadexp-width: .6em;
} }
} }
} }
}
.threadexp { .threadexp {
background: $white; background: $white;
......
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