From e90272aa5886f2f6e0e64c755188fd6c3416e251 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Wed, 22 Jul 2020 19:32:27 -0400 Subject: [PATCH] remove debug style from comment stream (#3038) Co-authored-by: Wyatt Johnson --- .../Stream/AllCommentsTab/AllCommentsTabContainer.css | 6 ------ .../Stream/AllCommentsTab/AllCommentsTabContainer.tsx | 1 - .../comments/stream/__snapshots__/loadMore.spec.tsx.snap | 2 +- .../stream/__snapshots__/postLocalReply.spec.tsx.snap | 2 +- .../__snapshots__/renderCommunityGuidelines.spec.tsx.snap | 2 +- .../stream/__snapshots__/renderMessageBox.spec.tsx.snap | 8 ++++---- .../stream/__snapshots__/renderStream.spec.tsx.snap | 2 +- .../stream/__snapshots__/sortStream.spec.tsx.snap | 2 +- 8 files changed, 9 insertions(+), 16 deletions(-) diff --git a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css index 85e9da11f..ee503e9ee 100644 --- a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css +++ b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.css @@ -1,9 +1,3 @@ -.stream > *(:first-child):not(button) { - border-top: 0 !important; - /* border-bottom: 1px solid var(--palette-divider); - padding-top: var(--spacing-3); */ -} - .borderedComment { border-bottom: 1px solid var(--palette-divider); } diff --git a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx index 1257fea41..18fa3c0b3 100644 --- a/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx +++ b/src/core/client/stream/tabs/Comments/Stream/AllCommentsTab/AllCommentsTabContainer.tsx @@ -165,7 +165,6 @@ export const AllCommentsTabContainer: FunctionComponent = (props) => { role="log" aria-live="polite" size="oneAndAHalf" - className={styles.stream} > {comments.length <= 0 && (