From 651fb2f7523e6b24d58268a61db4a39d1d272607 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 3 Sep 2018 13:30:30 -0600 Subject: [PATCH] Un-bold OP marker in collapsed comments --- tildes/scss/modules/_comment.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index 93db50b..9d23e59 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -140,6 +140,10 @@ .comment-excerpt { display: inline-block; } + + &.is-comment-by-op .comment-user-info { + font-weight: normal; + } } // uses @extend to only collapse everything inside the collapsed comment itself and