UX: improvements to admin theme UI

This commit is contained in:
OsamaSayegh
2018-08-30 22:23:15 +03:00
committed by Sam
parent 2ef16d0719
commit a4f057a589
20 changed files with 834 additions and 217 deletions

View File

@ -93,7 +93,7 @@ registerIconRenderer({
let tagName = params.tagName || "i";
let html = `<${tagName} class='${faClasses(icon, params)}'`;
if (params.title) {
html += ` title='${I18n.t(params.title)}'`;
html += ` title='${I18n.t(params.title).replace(/'/g, "&#39;")}'`;
}
if (params.label) {
html += " aria-hidden='true'";