mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-28 20:49:15 +00:00
Correctly hide all non-positive reactions
This commit is contained in:
@@ -325,7 +325,7 @@ body.option-disable-reactions-negative {
|
|||||||
button.confused {
|
button.confused {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
button.open-mouth {
|
button.open_mouth {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
button.disguised_face {
|
button.disguised_face {
|
||||||
@@ -340,6 +340,15 @@ body.option-disable-reactions-negative {
|
|||||||
button.no_mouth {
|
button.no_mouth {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
button.thinking {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
button.robot {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
button.cry {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.reactions {
|
.reactions {
|
||||||
[id*='discourse-reactions-list-emoji'][id$="-rofl"] {
|
[id*='discourse-reactions-list-emoji'][id$="-rofl"] {
|
||||||
@@ -354,7 +363,7 @@ body.option-disable-reactions-negative {
|
|||||||
[id*='discourse-reactions-list-emoji'][id$="-confused"] {
|
[id*='discourse-reactions-list-emoji'][id$="-confused"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
[id*='discourse-reactions-list-emoji'][id$="-open-mouth"] {
|
[id*='discourse-reactions-list-emoji'][id$="-open_mouth"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
[id*='discourse-reactions-list-emoji'][id$="-disguised_face"] {
|
[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"] {
|
[id*='discourse-reactions-list-emoji'][id$="-no_mouth"] {
|
||||||
display: none;
|
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