Bug 1483153 - Let menulist popups inherit the font from their menulist parent. r=felipe

This commit is contained in:
Dão Gottwald 2018-08-24 16:40:06 +02:00
Родитель a12393e44d
Коммит 751696e129
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -80,7 +80,7 @@ menucaption {
/* ::::: menu/menuitems in menulist popups ::::: */
menulist > menupopup {
font: message-box;
font: inherit;
}
menulist > menupopup > menuitem,

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

@ -170,7 +170,7 @@ menuitem[_moz-menuactive="true"] {
/* ::::: menu/menuitems in menulist popups ::::: */
menulist > menupopup {
font: message-box;
font: inherit;
}
menulist > menupopup > menuitem,