Bug 1434871 - Set context-fill for the default favicon in the Back/Forward context menu. r?mak draft
authorDão Gottwald <dao@mozilla.com>
Thu, 01 Feb 2018 12:01:54 +0100
changeset 750084 9487b9c1b0242ef36e3bd024dc1729ae4b0d4dd6
parent 750078 5201997e7e01500176ce7d6e790593468f3b4259
push id97537
push userdgottwald@mozilla.com
push dateThu, 01 Feb 2018 11:02:35 +0000
reviewersmak
bugs1434871
milestone60.0a1
Bug 1434871 - Set context-fill for the default favicon in the Back/Forward context menu. r?mak MozReview-Commit-ID: KVNzs5uXAbg
browser/themes/shared/browser.inc.css
--- a/browser/themes/shared/browser.inc.css
+++ b/browser/themes/shared/browser.inc.css
@@ -65,28 +65,30 @@
 }
 
 #library-animatable-box[animate] {
   display: -moz-box;
 }
 
 /* Back / Forward context menu */
 
+.unified-nav-back,
+.unified-nav-forward {
+  -moz-context-properties: fill;
+  fill: currentColor;
+}
+
 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr),
 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://browser/skin/back.svg") !important;
-  -moz-context-properties: fill;
-  fill: currentColor;
 }
 
 .unified-nav-forward[_moz-menuactive]:-moz-locale-dir(ltr),
 .unified-nav-back[_moz-menuactive]:-moz-locale-dir(rtl) {
   list-style-image: url("chrome://browser/skin/forward.svg") !important;
-  -moz-context-properties: fill;
-  fill: currentColor;
 }
 
 /* Private browsing and accessibility indicators */
 
 .accessibility-indicator,
 .private-browsing-indicator {
   background-repeat: no-repeat;
   background-size: 100% auto;