mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-27 12:19:14 +00:00
Hide heart icon logged out
This commit is contained in:
@@ -284,8 +284,22 @@ html.anon {
|
||||
.actions {
|
||||
margin-left: 0;
|
||||
}
|
||||
.discourse-reactions-actions .discourse-reactions-list {
|
||||
display: none;
|
||||
.discourse-reactions-actions {
|
||||
.discourse-reactions-list {
|
||||
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