Title and cursor attributes in popup UI (#35)

lgtm 👍
This commit is contained in:
Andrea Marchesini
2017-01-06 15:34:44 +01:00
committed by Jonathan Kingston
parent 6b0d4b125c
commit 155e8b8639
3 changed files with 7 additions and 2 deletions
+5 -1
View File
@@ -59,10 +59,14 @@ browser.runtime.sendMessage({method: 'query'}).then(identities=> {
</td>
<td>${identity.name}</td>
<td class="newtab">
<img src="/img/container-add.svg" class="icon newtab-icon" />
<img
title="Open a new ${identity.name} container tab"
src="/img/container-add.svg"
class="icon newtab-icon" />
</td>
<td class="hideorshow" >
<img
title="Hide or show ${identity.name} container tabs"
data-identity-cookie-store-id="${identity.cookieStoreId}"
id="${identity.cookieStoreId}-hideorshow-icon"
class="icon hideorshow-icon"