From c1a5177c385628e6fc8635d3eb27e8256e5a92ec 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 6e8ff21..0b6b58e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -551,6 +551,10 @@ html body #main-outlet { margin-top: 2em; } +.d-icon-lock { + display: none; +} + // Community Resources Category .category-resources { // Topic List @@ -578,7 +582,8 @@ html body #main-outlet { // Topic Posts .topic-map, - .topic-status { // Hide the lock icon in the topic header of the post + .topic-avatar, + .names.trigger-user-card { // Hide the lock icon in the topic header of the post display: none; }