[CORL-399] Hide Non-Visible Comments (#2344)

* feat: added support for hiding non-visible comments

* fix: updated copy

* feat: refined style
This commit is contained in:
Wyatt Johnson
2019-06-06 22:24:02 +00:00
committed by GitHub
parent 2cff4572cf
commit ed4e5fa2a8
6 changed files with 72 additions and 18 deletions
@@ -67,11 +67,15 @@ exports[`renders permalink view with unknown comment 1`] = `
View Full Discussion
</a>
</div>
<p
className="Typography-root Typography-bodyCopy Typography-colorTextPrimary"
<div
className="CallOut-root CallOut-colorRegular CallOut-fullWidth"
>
Comment not found
</p>
<p
className="Typography-root Typography-bodyCopy Typography-colorTextPrimary"
>
This comment has been removed or does not exist.
</p>
</div>
</div>
</section>
`;