From 6054df2aea7437173c9d71cac5a1725e84ae1eac Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Mon, 26 Feb 2024 21:05:08 -0800 Subject: [PATCH] Hide lock icon globally --- common/common.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/common/common.scss b/common/common.scss index b1c5ecb..9244052 100644 --- a/common/common.scss +++ b/common/common.scss @@ -557,6 +557,10 @@ html body #main-outlet { margin-top: 2em; } +.d-icon-lock { + display: none; +} + // Community Resources Category .category-resources { // Topic List @@ -584,8 +588,10 @@ html body #main-outlet { // Topic Posts .topic-map, - .topic-status { // Hide the lock icon in the topic header of the post - display: none; + .topic-avatar, + .more-topics__container, + .names.trigger-user-card { // Hide the lock icon in the topic header of the post + display: none !important; } .topic-meta-data {