mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
remove debug style from comment stream (#3038)
Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>
This commit is contained in:
co-authored by
Wyatt Johnson
parent
bbbff98270
commit
e90272aa58
@@ -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);
|
||||
}
|
||||
|
||||
@@ -165,7 +165,6 @@ export const AllCommentsTabContainer: FunctionComponent<Props> = (props) => {
|
||||
role="log"
|
||||
aria-live="polite"
|
||||
size="oneAndAHalf"
|
||||
className={styles.stream}
|
||||
>
|
||||
{comments.length <= 0 && (
|
||||
<NoComments
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
exports[`renders comment stream with load more button 1`] = `
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
|
||||
+1
-1
@@ -782,7 +782,7 @@ exports[`post a reply: optimistic response 1`] = `
|
||||
exports[`renders comment stream 1`] = `
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
|
||||
+1
-1
@@ -288,7 +288,7 @@ exports[`renders comment stream with community guidelines 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
|
||||
+4
-4
@@ -233,7 +233,7 @@ exports[`renders message box when commenting disabled 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
@@ -573,7 +573,7 @@ exports[`renders message box when logged in 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
@@ -888,7 +888,7 @@ exports[`renders message box when not logged in 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
@@ -1132,7 +1132,7 @@ exports[`renders message box when story isClosed 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
|
||||
+1
-1
@@ -326,7 +326,7 @@ exports[`renders comment stream 1`] = `
|
||||
>
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
exports[`renders app with comment stream 1`] = `
|
||||
<div
|
||||
aria-live="polite"
|
||||
className="Box-root HorizontalGutter-root AllCommentsTabContainer-stream HorizontalGutter-oneAndAHalf"
|
||||
className="Box-root HorizontalGutter-root HorizontalGutter-oneAndAHalf"
|
||||
data-testid="comments-allComments-log"
|
||||
id="comments-allComments-log"
|
||||
role="log"
|
||||
|
||||
Reference in New Issue
Block a user