Buttons of warning headers bar aren't totally themed with Dark theme
Categories
(Thunderbird :: Theme, defect)
Tracking
(thunderbird_esr115 unaffected, thunderbird119 fixed, thunderbird120 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr115 | --- | unaffected |
thunderbird119 | --- | fixed |
thunderbird120 | --- | fixed |
People
(Reporter: NicolasWeb, Assigned: Paenglab)
References
Details
(Keywords: regression)
Attachments
(3 files)
54.71 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
15.19 KB,
image/png
|
Details |
STR:
- Check that the pref "Allow remote content in messages" is disabled (default)
- Select an email with remote content
Actuals:
- The "Preferences" button background is transparent
- The close button has no border
Expected:
- The "Preferences" button background should be themed & be gray
- The close button should have a light gray border
Found on Daily 120.0a1 20231007100943
Still working on 119.0b3 20231004180144 (not sure until which Daily version of 119, so no flag set)
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/e72132be66f9
Make the Message Bar work with dark themes again. r=aleca
Comment 3•1 year ago
•
|
||
I think this failure is from this: https://treeherder.mozilla.org/logviewer?job_id=432109857&repo=comm-central&lineNumber=6012
Probably because of treating the host pseudo class as taking arguments?
Edit: here's such a selector: :host(:is(.anonymous-content-host, notification-message))([type="info"])
where you have :host(:is(foo))(bar)
which has a (bar)
at the end?
Comment 4•1 year ago
|
||
I filed bug 1858445 for that
Comment 5•1 year ago
•
|
||
Comment on attachment 9357285 [details]
Bug 1857753 - Make the Message Bar work with dark themes again. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 6•1 year ago
|
||
bugherder uplift |
Thunderbird 119.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/bce26c1dda39
Reporter | ||
Comment 7•1 year ago
|
||
The whole background of the Message bar became gray instead just the button background (with a yellow bar background).
Alex, this isn't a UI change wanted for dark theme but a bug, right ?
Reporter | ||
Updated•1 year ago
|
Comment 8•1 year ago
|
||
Please do not reopen closed bugs.
Open a follow up bug and specify version and OS
Comment 9•1 year ago
|
||
Also, we already have a a regression identified in bug 1858445, which is a simple CSS issue.
This will be fixed soon.
No need to open another bug
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•