#Makes super reactions the same as normal

1 messages ยท Page 1 of 1 (latest)

tawdry nexus
#

It's supposed to have a background

nimble flame
tawdry nexus
#

?

#

i'm not talking about the plugin

nimble flame
#

its supposed to look the same as normal reactions

tawdry nexus
#

your preview image has it too

nimble flame
#

Cause i've reacted

tawdry nexus
tawdry nexus
nimble flame
#

You're right..

#

Yup I missed that

#

Im currently on mobile, i'll update that later and let you know!

tawdry nexus
#

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;}
nimble flame
# tawdry nexus Keeping in the same annoying compact formatting you sent in (also with the `[cla...
[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
tawdry nexus
#

oh yeah forgot about that

#

you broke it lmao

nimble flame
#

thanks for telling me about the border though

tawdry nexus
#

it breaks when you hover over them

#

mine works though