зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
1e00a1d634
Коммит
9f947730df
|
@ -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"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче