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:
Dão Gottwald
2025-02-06 14:56:23 +00:00
parent f829f95ea1
commit e6529999a7

View File

@@ -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");