mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-28 20:49:15 +00:00
Hide heart icon logged out
This commit is contained in:
@@ -284,9 +284,23 @@ html.anon {
|
|||||||
.actions {
|
.actions {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.discourse-reactions-actions .discourse-reactions-list {
|
.discourse-reactions-actions {
|
||||||
|
.discourse-reactions-list {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.discourse-reactions-reaction-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.discourse-reactions-counter {
|
||||||
|
.reactions-counter {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
.reactions-counter::after {
|
||||||
|
margin-left: 0.5ch;
|
||||||
|
content: "Reactions";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user