mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-28 12:39:19 +00:00
Correctly hide all non-positive reactions
This commit is contained in:
@@ -325,7 +325,7 @@ body.option-disable-reactions-negative {
|
||||
button.confused {
|
||||
display: none;
|
||||
}
|
||||
button.open-mouth {
|
||||
button.open_mouth {
|
||||
display: none;
|
||||
}
|
||||
button.disguised_face {
|
||||
@@ -340,6 +340,15 @@ body.option-disable-reactions-negative {
|
||||
button.no_mouth {
|
||||
display: none;
|
||||
}
|
||||
button.thinking {
|
||||
display: none;
|
||||
}
|
||||
button.robot {
|
||||
display: none;
|
||||
}
|
||||
button.cry {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.reactions {
|
||||
[id*='discourse-reactions-list-emoji'][id$="-rofl"] {
|
||||
@@ -354,7 +363,7 @@ body.option-disable-reactions-negative {
|
||||
[id*='discourse-reactions-list-emoji'][id$="-confused"] {
|
||||
display: none;
|
||||
}
|
||||
[id*='discourse-reactions-list-emoji'][id$="-open-mouth"] {
|
||||
[id*='discourse-reactions-list-emoji'][id$="-open_mouth"] {
|
||||
display: none;
|
||||
}
|
||||
[id*='discourse-reactions-list-emoji'][id$="-disguised_face"] {
|
||||
@@ -369,5 +378,14 @@ body.option-disable-reactions-negative {
|
||||
[id*='discourse-reactions-list-emoji'][id$="-no_mouth"] {
|
||||
display: none;
|
||||
}
|
||||
[id*='discourse-reactions-list-emoji'][id$="-thinking"] {
|
||||
display: none;
|
||||
}
|
||||
[id*='discourse-reactions-list-emoji'][id$="-robot"] {
|
||||
display: none;
|
||||
}
|
||||
[id*='discourse-reactions-list-emoji'][id$="-cry"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user