Update EditUsers.plugin.js

This commit is contained in:
Mirco Wittrien 2024-06-30 20:20:44 +02:00
parent e8730b1f1b
commit 265c11f9c3
1 changed files with 2 additions and 2 deletions

View File

@ -191,10 +191,10 @@ module.exports = (_ => {
${BDFDB.dotCNS.peoplesuserhovered + BDFDB.dotCN.peoplesdiscriminator} {
display: block;
}
${BDFDB.dotCN.userheadernickname}:has(span) {
${BDFDB.dotCNS.userheaderclickableusername + BDFDB.dotCN.userheadernickname}:has(span) {
text-decoration: unset !important;
}
${BDFDB.dotCN.userheadernickname}:hover > span:first-child {
${BDFDB.dotCNS.userheaderclickableusername + BDFDB.dotCN.userheadernickname} > span:first-child:hover {
text-decoration: underline !important;
}
${BDFDB.dotCN.message} span[style*="--edited-user-color-gradient"] ${BDFDB.dotCN.messageusername} {