Hide lock icon globally

This commit is contained in:
Tony Grosinger 2024-02-26 21:05:08 -08:00
parent 85b841a525
commit 6054df2aea

View File

@ -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 {