Update CharCounter.plugin.js

This commit is contained in:
Mirco Wittrien 2024-06-29 13:39:39 +02:00
parent 230caef000
commit 9881155579
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ module.exports = (_ => {
font-size: 12px !important;
}
${BDFDB.dotCN.usernotetextarea}:not(:focus) ~ ${BDFDB.dotCN._charcountercounter},
${BDFDB.dotCNS.userpopoutouter + BDFDB.dotCN.textareacontainer}:not(:focus-within) ~ ${BDFDB.dotCN._charcountercounter} {
${BDFDB.dotCNS.userpopoutouter + BDFDB.dotCN.textareawrapall}:not(:focus-within) ~ ${BDFDB.dotCN._charcountercounter} {
display: none;
}
`;