From fb50da6d92f749f2b5a6d59ab139df7b49c5d6a4 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Fri, 17 Feb 2017 10:15:30 +0100 Subject: [PATCH] Restyling tabs #197 (#201) --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 5d6bdf7..de6bd71 100644 --- a/index.js +++ b/index.js @@ -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); }); },