mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
switch to namespaced CSS
This commit is contained in:
parent
5df98d70f4
commit
5b0d13c1fc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export function unicodeToImage(str) {
|
|||
alt = (emojione.unicodeAlt) ? emojione.convert(unicode.toUpperCase()) : mappedUnicode[unicode];
|
||||
const title = mappedUnicode[unicode];
|
||||
|
||||
replaceWith = `<img class="emojione" title="${title}" alt="${alt}" src="${emojione.imagePathSVG}${unicode}.svg${emojione.cacheBustParam}"/>`;
|
||||
replaceWith = `<img class="mx_emojione" title="${title}" alt="${alt}" src="${emojione.imagePathSVG}${unicode}.svg${emojione.cacheBustParam}"/>`;
|
||||
return replaceWith;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue