Open Sandrituky opened 1 year ago
Hello, add
.emojiItemDisabled-3VVnwp {
-webkit-filter: none !important;
filter: none !important;
}
To your custom css. With best regards
Hello, add
.emojiItemDisabled-3VVnwp { -webkit-filter: none !important; filter: none !important; }
To your custom css. With best regards
This doesn't work anymore. I have it in my custom css and emojis are still grayed out.
Hello, add
.emojiItemDisabled-3VVnwp { -webkit-filter: none !important; filter: none !important; }
To your custom css. With best regards
This doesn't work anymore. I have it in my custom css and emojis are still grayed out.
Hello, discord changed there build tool, try this instead
.emojiItemDisabled__36cbf {
-webkit-filter: none !important;
filter: none !important;
}
With best regards, toto
Hello, add
.emojiItemDisabled-3VVnwp { -webkit-filter: none !important; filter: none !important; }
To your custom css. With best regards
This doesn't work anymore. I have it in my custom css and emojis are still grayed out.
Hello, discord changed there build tool, try this instead
.emojiItemDisabled__36cbf { -webkit-filter: none !important; filter: none !important; }
With best regards, toto
Either im silly or its outdated again. I added it to the custom css, saved it, restarted discord and all that, but the emojis are still grey :(
Hi, sorry for the late response. After updating the plugin it worked on its own for me, if it still doesnt for you i can get this code back but it seems to be working fine now
-- As of 5/MAY/2024 --
Put this into Custom CSS to hide the lock icons:
.emojiLockIconContainer_ed2f80 {
display: none !important;
}
Hi!
Thanks for developing this plugin! I have a request that could improve this plugin.
The preview of the emojis, when you're selecting them, appear grayed out. Could you make them to be colored in preview? At least, favorite ones.
Thank you!