Bug 1720441 - Remove unthemed menubar color. r=stransky

Menubars on Linux are unthemed by default so they are transparent. Only
themed menubars should use -moz-menubarcolor.

Differential Revision: https://phabricator.services.mozilla.com/D119873
This commit is contained in:
Emilio Cobos Álvarez 2021-07-16 08:29:45 +00:00
Родитель 36ebbdfe8e
Коммит ef4af678b2
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -7,6 +7,7 @@
#placesToolbar {
appearance: auto;
-moz-default-appearance: menubar;
color: -moz-menubartext;
}
@media (-moz-menubar-drag) {

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

@ -51,10 +51,6 @@ menucaption[disabled="true"] {
color: GrayText;
}
menubar {
color: -moz-menubartext;
}
menubar > menu {
padding: 0 4px;
}