commit c2494aef8717b7df1bdc7cbd4286ba77e1c8d186 parent a6cc89a6fed3284117ffd134de672d5cdf015fab Author: Lootyhoof <lootyhoofer@gmail.com> Date: Thu, 14 Jun 2018 23:24:49 +0100 Fix typo Diffstat:
| M | src/chrome/browser/browser.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css @@ -1352,7 +1352,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) { - background-image: lvar(--tab-pinned-background); + background-image: var(--tab-pinned-background); } .tabbrowser-tab:not([selected=true]):not(:hover):not(:-moz-lwtheme) > * > * > .tab-text {