Bug 1366573 - force foreground color inheritance on page action button, r?dao draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Thu, 08 Jun 2017 15:18:11 +0100
changeset 591019 07440dc9bc462a0166f90e5b94134454c2beb0ad
parent 590997 6491fb29e7fcc9e02cc179ae2856f426a3552385
child 632396 df05aa2c27fe1fc02450df5c4db5a91cae641e16
push id62925
push userbmo:gijskruitbosch+bugs@gmail.com
push dateThu, 08 Jun 2017 14:18:33 +0000
reviewersdao
bugs1366573
milestone55.0a1
Bug 1366573 - force foreground color inheritance on page action button, r?dao MozReview-Commit-ID: 7WVHjTsLJnW
browser/themes/shared/browser.inc.css
--- a/browser/themes/shared/browser.inc.css
+++ b/browser/themes/shared/browser.inc.css
@@ -88,16 +88,17 @@
 
 /* Page action button */
 #urlbar-page-action-button {
   -moz-appearance: none;
   border-style: none;
   list-style-image: url("chrome://browser/skin/page-action.svg");
   margin: 0;
   padding: 0 6px;
+  color: inherit;
   -moz-context-properties: fill;
   fill: currentColor;
 }
 
 #urlbar-page-action-button > .toolbarbutton-icon {
   width: 16px;
 }