Bug 1805360 - Fix FxA panel separators. r=mconley

Replace menuseparator -> toolbarseparator in the FxA panel.

Differential Revision: https://phabricator.services.mozilla.com/D164537
This commit is contained in:
Shane Hughes
2022-12-13 18:49:56 +00:00
parent 940e74869b
commit 0c880c51f9
2 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ this.SyncedTabsPanelList = class SyncedTabsPanelList {
for (let client of clients) {
// add a menu separator for all clients other than the first.
if (fragment.lastElementChild) {
let separator = document.createXULElement("menuseparator");
let separator = document.createXULElement("toolbarseparator");
fragment.appendChild(separator);
}
// We add the client's elements to a container, and indicate which