Bug 1440877 - Remove mistyped --toolbar-gbimage variable. r?jaws draft
authorDão Gottwald <dao@mozilla.com>
Wed, 28 Feb 2018 12:23:53 +0100 (2018-02-28)
changeset 760945 5cfd9781ac8cfdaf8c14e8c778a081bc72ceb5bd
parent 760648 5297541590781af40ff09e067646f3115960af75
push id100783
push userdgottwald@mozilla.com
push dateWed, 28 Feb 2018 11:24:24 +0000 (2018-02-28)
reviewersjaws
bugs1440877
milestone60.0a1
Bug 1440877 - Remove mistyped --toolbar-gbimage variable. r?jaws MozReview-Commit-ID: ARVa7hCHddX
browser/themes/shared/compacttheme.inc.css
--- a/browser/themes/shared/compacttheme.inc.css
+++ b/browser/themes/shared/compacttheme.inc.css
@@ -3,17 +3,16 @@
 % file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 /* compacttheme.css is loaded in browser.xul after browser.css when it is
    preffed on.  The bulk of the styling is here in the shared file, but
    there are overrides for each platform in their compacttheme.css files. */
 
 :root:-moz-lwtheme {
   --toolbar-bgcolor: var(--chrome-secondary-background-color);
-  --toolbar-gbimage: none;
   --toolbar-non-lwt-bgcolor: var(--toolbar-bgcolor);
   --toolbar-non-lwt-textcolor: var(--chrome-color);
   --toolbar-non-lwt-bgimage: none;
 
   --toolbarbutton-icon-fill-opacity: .7;
 }
 
 :root:-moz-lwtheme-brighttext {