From af3dce493056d11b2c8c234e392bb6cd937b4041 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 17 Jan 2020 07:10:44 -0500 Subject: [PATCH] Hide PM glyph, follow-up to 02dbcac --- app/assets/stylesheets/common/base/topic.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index f719c2572ae..3d915475608 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -207,6 +207,13 @@ a.badge-category { .suggested-topics .suggested-topics-title { display: flex; align-items: center; + .private-message-glyph { + display: none; + } +} + +.extra-info-wrapper .header-title .private-message-glyph { + display: none; } .post-links-container {