Bug 1692086 - Position and scale submenu arrows correctly to spec. r=dao

I also noticed while trying out this patch that the context menu navigation
icons really need to also scale with the font size, so I've fixed that here
along with the submenu arrows.

Differential Revision: https://phabricator.services.mozilla.com/D107570
This commit is contained in:
Molly Howell 2021-03-10 16:45:42 +00:00
Родитель efde306ead
Коммит 52500a6465
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -13,8 +13,8 @@
}
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
width: 16px;
height: 16px;
width: 1.25em;
height: auto;
margin: 7px;
-moz-context-properties: fill;
fill: currentColor;

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

@ -150,6 +150,11 @@ menucaption {
list-style-image: url("chrome://global/skin/icons/menu-arrow.svg");
-moz-context-properties: fill;
fill: currentColor;
margin-inline-end: 1.5em;
}
.menu-right > image {
width: 1em;
}
.menu-right:-moz-locale-dir(rtl) {