From ad2fc51e23b49312bca62918b97704578133a077 Mon Sep 17 00:00:00 2001 From: Chad Birch Date: Wed, 10 Apr 2019 02:42:44 -0600 Subject: [PATCH] Remove duplicate .is-comment-exemplary style --- tildes/scss/modules/_comment.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index 7caddcd..79b1b4e 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -239,10 +239,3 @@ border-left: 3px solid; } } - -.is-comment-exemplary { - & > .comment-itself { - margin-left: -2px; - border-left: 3px solid; - } -}