handlers.css (440B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * Make the icons appear. 7 * Note: we display the icon box for every item whether or not it has an icon 8 * so the labels of all the items align vertically. 9 */ 10 .actionsMenu > menupopup > menuitem > .menu-icon { 11 display: flex; 12 }