Update CharCounter.plugin.js
This commit is contained in:
parent
230caef000
commit
9881155579
|
@ -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;
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue