Top and bottom menu items have their corners cut off by the menupopup's larger border radius
Categories
(Toolkit :: Themes, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox155 | --- | verified |
People
(Reporter: dao, Assigned: dwhisman)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp-nova][acorntractors])
Attachments
(3 files)
Updated•1 month ago
|
Comment 3•1 month ago
|
||
See bug 2057170 comment 1 from Jules:
This menupopup uses the panel border radius token which with Nova on is now a roundier value. Some of our latest token changes have affected it consequently.
The line is here. We should instead not share styles and make a custom property or token for menupopup border radius and go back to the smaller radius to guarantee it never changes based on what we do with our other panels.
Comment 4•1 month ago
|
||
Comment 5•1 month ago
|
||
WIP patch has some changes for revamping the token usage so --popup- would be for base menupopup, panel and --panel- would be for [type=arrow]. I think that's likely something we want to do going forward but it could use some more thinking through regarding making this distinction more explicit between the different use cases and expanding it to more properties
For now we should consider just modifying the popup.css rules to revert the Nova radius getting increased
| Assignee | ||
Updated•27 days ago
|
| Assignee | ||
Comment 7•27 days ago
|
||
Updated•22 days ago
|
Comment 11•21 days ago
|
||
Comment 12•21 days ago
|
||
| bugherder | ||
Comment 13•19 days ago
|
||
Reproduced the initial issue and the ones from the duplicate bugs using Nightly 155.0a1 (Build ID: 20260723204011) on Ubuntu 24.04.
Verified as fixed using the latest Nightly 155.0a1 on Ubuntu 24.04 - the top and bottom of the menus are not cut anymore.
Description
•