Bug 1946242 - Stop indicating the collapsed state of tab groups in other windows. r=jswinarton,tabbrowser-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D236985
This commit is contained in:
@@ -176,9 +176,7 @@ export class GroupsPanel {
|
||||
);
|
||||
button.dataset.command = "allTabsGroupView_restoreGroup";
|
||||
} else {
|
||||
button.classList.add(
|
||||
group.collapsed ? "tab-group-icon-collapsed" : "tab-group-icon"
|
||||
);
|
||||
button.classList.add("tab-group-icon");
|
||||
button.dataset.command = "allTabsGroupView_selectGroup";
|
||||
}
|
||||
button.setAttribute("flex", "1");
|
||||
|
||||
Reference in New Issue
Block a user