Bug 1468645 - Set active menu bar item color to -moz-menuhovertext instead of -moz-menubarhovertext since we've not using -moz-appearance:menuitem anymore. r=Felipe

MozReview-Commit-ID: EaVa7MJVXD3

--HG--
extra : rebase_source : afe8a6ce646ba2f53b26c0f4bc7dd8b30c51e645
This commit is contained in:
Dão Gottwald 2018-07-27 13:17:26 +02:00
parent e8cb6c18a3
commit a87e1a24c8

View File

@ -91,10 +91,12 @@
#main-menubar > menu {
-moz-appearance: none;
color: inherit;
}
#main-menubar > menu:not([_moz-menuactive="true"]) {
color: inherit;
#main-menubar > menu[_moz-menuactive="true"] {
background-color: -moz-menuhover;
color: -moz-menuhovertext;
}
/* Use a different color only on Windows 8 and higher in inactive windows.