From e1bac67ca1ccb37649c8dbedd364417db17bd121 Mon Sep 17 00:00:00 2001 From: Deimos Date: Sun, 16 Sep 2018 16:42:06 -0600 Subject: [PATCH] Hide comment tag buttons for collapsed comments Previously, if you opened the Tag menu and then collapsed the comment, the tagging buttons would stay visible. --- tildes/scss/modules/_comment.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tildes/scss/modules/_comment.scss b/tildes/scss/modules/_comment.scss index d5e7bbd..b7d106b 100644 --- a/tildes/scss/modules/_comment.scss +++ b/tildes/scss/modules/_comment.scss @@ -131,8 +131,9 @@ .comment-nav-link, .comment-posted-time, .comment-replies, - .comment-text, + .comment-tag-buttons, .comment-tags, + .comment-text, .comment-votes, .post-buttons { display: none;