Closed
Bug 1686562
Opened 5 years ago
Closed 5 years ago
Wrong text color for Mode Headers when using a Light theme with dark toolbar
Categories
(Thunderbird :: Theme, defect)
Thunderbird
Theme
Tracking
(thunderbird_esr78 unaffected)
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | unaffected |
People
(Reporter: aleca, Assigned: Paenglab)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
|
31.64 KB,
image/png
|
Details | |
|
1.38 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
It seems that the text color of the Folder Mode Headers is not properly following LWT variations with dark toolbars.
Tested using the Dark Blue theme.
Richard, could you work your magic on this?
| Assignee | ||
Comment 1•5 years ago
|
||
Using var(--toolbar-color) wasn't so good as it uses then the colour also from LW-themes that don't style the trees.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #9196928 -
Flags: review?(alessandro)
| Reporter | ||
Comment 2•5 years ago
|
||
Comment on attachment 9196928 [details] [diff] [review]
1686562-modeHeader-color.patch
Review of attachment 9196928 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, this fixes it.
With a little nit.
::: mail/themes/shared/mail/folderPane.css
@@ +74,5 @@
> border-top-style: none !important;
> }
>
> treechildren::-moz-tree-cell-text(modeHeader) {
> font-weight: bold;
Now that we're using the same color of the tree, we should decrease the boldness to 600 otherwise the text will look a bit too prominent.
Attachment #9196928 -
Flags: review?(alessandro) → review+
| Assignee | ||
Comment 3•5 years ago
|
||
Updated wit r+ through Matrix.
Attachment #9196928 -
Attachment is obsolete: true
Attachment #9197178 -
Flags: review+
| Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 86 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/0d25260b37eb
Don't use a variable for the modeHeader. r=aleca
Updated•5 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•