Missing checkbox indentation style in about3Pane popup panels
Categories
(Thunderbird :: Theme, defect)
Tracking
(thunderbird_esr115? fixed, thunderbird116? fixed)
People
(Reporter: aleca, Assigned: aleca)
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
We have a .checkbox-description
class inside the panelUI.css
file, but that's not used because the only popup using that is the message header pane customization panel, which is inside the about3Pane document and doesn't have access to it.
Let's move it to the popupPanel.css
file, which makes more sense.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/82d685831f86
Move the checkbox-description class to the popupPanel.css file. r=Paenglab
Assignee | ||
Comment 3•2 years ago
|
||
Comment on attachment 9343827 [details]
Bug 1843459 - Move the checkbox-description class to the popupPanel.css file. r=#thunderbird-front-end-reviewers
[Approval Request Comment]
Regression caused by (bug #): -
User impact if declined: Misaligned checkbox in the message header customization panel
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): very low as it's just a CSS class change
Comment 4•2 years ago
|
||
Comment on attachment 9343827 [details]
Bug 1843459 - Move the checkbox-description class to the popupPanel.css file. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Approved for esr115 assuing success beta
Comment 5•2 years ago
|
||
bugherder uplift |
Thunderbird 116.0b7:
https://hg.mozilla.org/releases/comm-beta/rev/0278243bf9cd
Comment 6•2 years ago
|
||
bugherder uplift |
Thunderbird 115.1.0:
https://hg.mozilla.org/releases/comm-esr115/rev/1a6071b48692
Description
•