Bug 1697328 - Turn the overflow panel footer into a footer button. r=emalysz

Differential Revision: https://phabricator.services.mozilla.com/D107734
This commit is contained in:
Mike Conley
2021-03-10 16:37:46 +00:00
parent ac7ddb1fc0
commit e6c4c05c12
2 changed files with 3 additions and 1 deletions

View File

@@ -18,9 +18,10 @@
<toolbarseparator id="widget-overflow-fixed-separator" hidden="true"/>
<vbox id="widget-overflow-fixed-list" class="widget-overflow-list" hidden="true" />
</vbox>
<toolbarseparator />
<toolbarbutton command="cmd_CustomizeToolbars"
id="overflowMenu-customize-button"
class="subviewbutton panel-subview-footer"
class="subviewbutton panel-subview-footer-button"
accesskey="&overflowCustomizeToolbar.accesskey;"
label="&overflowCustomizeToolbar.label;"/>
</panelview>

View File

@@ -1659,6 +1659,7 @@ menuitem.panel-subview-footer@menuStateActive@,
padding-left: 6px;
}
#widget-overflow-mainView > toolbarseparator,
#widget-overflow-mainView > .panel-subview-body > toolbarseparator,
.PanelUI-subView toolbarseparator,
.cui-widget-panelview menuseparator,