Bug 1379122 - Fix UI density menuitem font color on Linux. r=dao draft
authorJohann Hofmann <jhofmann@mozilla.com>
Thu, 13 Jul 2017 14:28:10 +0200
changeset 608926 101f1b91c6c96d23416c8835188e5387de0289e6
parent 607967 30ea2905130e85f9e1d8d56fa3097901eec6514b
child 637451 fa3cdd2f40e3ae14d3c20af42aad3f710c1916bb
push id68445
push userbmo:jhofmann@mozilla.com
push dateFri, 14 Jul 2017 09:58:25 +0000
reviewersdao
bugs1379122
milestone56.0a1
Bug 1379122 - Fix UI density menuitem font color on Linux. r=dao MozReview-Commit-ID: G3CULzSXZzz
browser/themes/shared/customizableui/customizeMode.inc.css
--- a/browser/themes/shared/customizableui/customizeMode.inc.css
+++ b/browser/themes/shared/customizableui/customizeMode.inc.css
@@ -470,16 +470,20 @@ toolbarpaletteitem[place=toolbar] > tool
   border: 1px solid transparent;
   margin: 0 -5px 5px;
   padding-top: 0;
   padding-inline-end: 5px;
   padding-bottom: 0;
   padding-inline-start: 0;
 }
 
+.customization-uidensity-menu-button {
+  color: inherit;
+}
+
 .customization-lwtheme-menu-theme[defaulttheme] {
   list-style-image: url(chrome://browser/content/default-theme-icon.svg);
 }
 
 %ifdef MOZ_PHOTON_THEME
 #customization-uidensity-menu-button-normal {
   list-style-image: url("chrome://browser/skin/customizableui/density-normal.svg");
 }