Restyling tabs #197

This commit is contained in:
baku 2017-02-17 10:12:19 +01:00
parent d398625642
commit 3eebd97543

View file

@ -804,6 +804,8 @@ const ContainerService = {
const indicator = viewFor(tab.window).document.getElementById("userContext-indicator");
indicator.setAttribute("data-identity-icon", identity.image);
indicator.style.listStyleImage = "";
}).then(() => {
return this._restyleTab(tab);
});
},