Update EditChannels.plugin.js

This commit is contained in:
Mirco Wittrien 2023-11-04 12:37:41 +01:00
parent d52d8a3813
commit 3ad158f804
1 changed files with 0 additions and 5 deletions

View File

@ -127,11 +127,6 @@ module.exports = (_ => {
this.patchPriority = 9;
this.css = `
${BDFDB.dotCN.messagespopoutchannelname}:hover > span[style*="color"],
${BDFDB.dotCN.recentmentionschannelname}:hover span[style*="color"],
${BDFDB.dotCN.searchresultschannelname}:hover > span[style*="color"] {
text-decoration: underline;
}
${BDFDB.dotCN.mention}[style*="--edited-mention-color"] {
background-color: rgba(var(--edited-mention-color), .1) !important;
color: rgb(var(--edited-mention-color)) !important;