Cleanup fontastic

This commit is contained in:
djmaze 2021-02-04 17:52:46 +01:00
parent 192f76c08a
commit f08dfac99d
50 changed files with 256 additions and 312 deletions

View file

@ -352,7 +352,7 @@ class PgpUserStore {
if (encrypted || signed) {
const domText = dom.textContent;
verControl = Element.fromHTML('<div class="b-openpgp-control"><i class="icon-lock"></i></div>'); // 🔒
verControl = Element.fromHTML('<div class="b-openpgp-control"><i class="fontastic">🔒</i></div>');
if (encrypted) {
verControl.title = i18n('MESSAGE/PGP_ENCRYPTED_MESSAGE_DESC');
verControl.addEventHandler('click', domControlEncryptedClickHelper(this, dom, domText, recipients));