Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at http://mozilla.org/MPL/2.0/. */
menupopup {
& > menuitem:is([type="checkbox"],[type="radio"]) .menu-iconic-icon {
appearance: none;
}
&[needsgutter] >
:is(menu,menuitem:not(:is([type="checkbox"],[type="radio"]))) > .menu-text,
menubar > menu &:not([needsgutter]) >
:is(menu:not(.menu-iconic),menuitem:not(.menuitem-iconic)) > .menu-text {
/* Align with the checkbox and radio menuitems. */
padding-inline-start: 21px;
}
}