We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bec0af commit 9294afaCopy full SHA for 9294afa
common/content/statusline.js
@@ -255,6 +255,8 @@ const StatusLine = Module("statusline", {
255
node.style.listStyleImage = window.getComputedStyle(conn_icon).getPropertyValue("list-style-image");
256
if (node.style.listStyleImage === "none")
257
node.style.listStyleImage = "url(chrome://browser/skin/identity-icon.svg#normal)";
258
+ else
259
+ node.style.listStyleImage = node.style.listStyleImage.replace(/-white/, "");
260
261
node.style.visibility = "visible";
262
0 commit comments