Bug 1696931 - Use even padding in menuitems on OSX. r=mstange

Otherwise with some fonts the menus look off. This doesn't change visual
appearance with the default font, afaict (but I don't have such a good eye so
please double-check).

Maybe we should do this only for the content select dropdown, but then again my
untrained eye doesn't see an issue for other menuitems either so...

Depends on D107629

Differential Revision: https://phabricator.services.mozilla.com/D107630
This commit is contained in:
Emilio Cobos Álvarez 2021-03-09 15:53:59 +00:00
parent 9459fd1ae0
commit 2640df5e01

View File

@ -13,7 +13,7 @@ menucaption {
-moz-box-align: center;
list-style-image: none;
-moz-image-region: auto;
padding: 0 21px 2px;
padding: 2px 21px;
}
menu[disabled="true"], menuitem[disabled="true"],