#Makes super reactions the same as normal
1 messages ยท Page 1 of 1 (latest)
Uh no,
I only tested this with stock discord, can you tell me the plugin name you're using?
I need to remove that border
its supposed to look the same as normal reactions
your preview image has it too
Cause i've reacted
but the plugin is WhoReacted
yeah
when you react, there's supposed to be a background
You're right..
Yup I missed that
Im currently on mobile, i'll update that later and let you know!
adding
.reaction__4a43f.reactionMe__0fffc {
background-color: var(--brand-experiment-15a) !important;
}``` fixes it
and removing the other background change
actually you dont need to remove it, but there's no point to it
actually you do. i didnt test with super emojis reacted by someone else
Keeping in the same annoying compact formatting you sent in (also with the [class*=""*] stuff)
[class*="reaction"][class*="reactionMe"] {border-color: var(--brand-experiment) !important;}
[class*="reactionCount"] {color: var(--interactive-normal) !important;}
[class*="effectsWrapper"] {display: none;}
[class^="burstGlow"], [class*="reaction_"], [class*="reaction"][class*="shakeReaction"] {
box-shadow: none !Important;
background: var(--background-secondary) !important;
animation: none;
}
[class*="hideEmoji"] {opacity: 1;}
[class*="reaction"][class*="reactionMe"] {background-color: var(--brand-experiment-15a) !important;}
[class*="reaction"][class*="reactionMe"] {border-color: var(--brand-experiment) !important; background-color: var(--brand-experiment-15a) !important;}
[class*="reactionCount"] {color: var(--interactive-normal) !important;}
[class*="effectsWrapper"] {display: none;}
[class^="burstGlow"], [class*="reaction"], [class*="reaction"][class*="shakeReaction"] {
box-shadow: none !Important;
background: var(--background-secondary) !important;
animation: none;
}
[class*="hideEmoji"] {opacity: 1;}
```there you go,
you need that background as thats the default background if you dont react to the emoji yourself
Fixed it
i copied the wrong version ๐
thanks for telling me about the border though