Bug 1653832 - Paper over this bug for now. r=Gijs

This restores menus to their previous state before bug 1645773.
Backgrounds don't disable theming on these widgets on Linux in
particular, so this does the trick for now, I want to dig more.

This is probably worth landing in any case.

Differential Revision: https://phabricator.services.mozilla.com/D84217
This commit is contained in:
Emilio Cobos Álvarez 2020-07-21 15:51:06 +00:00
Родитель 1e00a1d634
Коммит 9f947730df
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,11 @@ menucaption {
max-width: 42em;
list-style-image: none;
-moz-image-region: auto;
/* Specify our background to avoid triggering reflows on hover. This is an
* optimization, as backgrounds don't disable theming on XUL elements, but
* also papers over bug 1653832. */
background-color: initial;
}
menu[_moz-menuactive="true"],