for #5: fill & color container icons

This commit is contained in:
groovecoder
2016-12-20 14:43:53 -06:00
parent 364d911f72
commit 53363865cb
3 changed files with 41 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ browser.runtime.sendMessage('get-identities').then(reply=> {
const identityName = identity.l10nID.match(/userContext(\w*)\.label/)[IDENTITY_L10NID_MATCH_INDEX];
const identityRow = `
<tr>
<td><img class="${identity.icon}-icon" src="/img/usercontext.svg#${identity.icon}"></td>
<td><div class="userContext-icon" data-identity-icon="${identity.icon}"></div></td>
<td>${identityName}</td>
<td>&gt;</td>
</tr>`;