Nova redesign for tab group menu
Categories
(Firefox :: Tabbed Browser: Tab Groups, task, P1)
Tracking
()
People
(Reporter: sthompson, Assigned: kpatenio)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fidefe-nova])
Attachments
(1 file)
This bug does not include the Smart Tab Groups parts of the tab group menu.
Notable changes:
- smaller header
- no separators
- color swatches move to the top and get restyled
There was some work to update the color swatches in bug 2023691, but based on the report in bug 2052177, this is not working correctly. The tabgroup-menu.js code builds the swatches once when it connects to the DOM. If you start the browser without Nova and then enable it, it will continue to use the pre-Nova tab group color tokens. The tab group color swatches in this menu should always use --tab-group-color-${colorCode} and --tab-group-color-${colorCode}-invert when Nova is disabled and always use --tab-group-${colorCode} when Nova is enabled.
Updated•4 months ago
|
| Reporter | ||
Updated•3 months ago
|
| Reporter | ||
Updated•18 days ago
|
Updated•14 days ago
|
Concerning the swatches failing to update on Nova pref change: it might have been fixed by Bug 2046942.
We no longer need a Nova pref check for var(--tab-group-${colorCode}), and --tab-group--color-${colorCode}-invert was swapped to--tab-group-${colorCode}-invert. I confirmed with a local build (Nightly 154) that the swatches now correctly update when we flip the pref.
Description
•