Bug 1479874 - On Windows 10, let active menu bar items inherit their color from the title bar. r?felipe draft
authorDão Gottwald <dao@mozilla.com>
Tue, 31 Jul 2018 21:20:07 +0200
changeset 824700 4d82e2445597e9c0d2a2d09a2708961e8374979e
parent 823786 0e816b4f580a6ccdae161c80f57f51128b98f021
push id117994
push userdgottwald@mozilla.com
push dateTue, 31 Jul 2018 19:20:36 +0000
reviewersfelipe
bugs1479874
milestone63.0a1
Bug 1479874 - On Windows 10, let active menu bar items inherit their color from the title bar. r?felipe MozReview-Commit-ID: 1FxqSz2U6Lo
browser/themes/windows/browser-aero.css
--- a/browser/themes/windows/browser-aero.css
+++ b/browser/themes/windows/browser-aero.css
@@ -168,17 +168,17 @@
          * impossible to know by how much. */
         .titlebar-button > .toolbarbutton-icon {
           width: 10.8px;
           height: 10.8px;
         }
       }
 
       @media (-moz-windows-default-theme) {
-        #main-menubar > menu {
+        #main-menubar > menu[_moz-menuactive="true"] {
           color: inherit;
         }
 
         #main-menubar > menu[_moz-menuactive="true"],
         .titlebar-button:hover {
           background-color: hsla(0,0%,100%,.22);
         }
         .titlebar-button:hover:active {