Wrong text color in the tabbar with dark system theme on Linux
Categories
(Firefox :: Theme, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox113 | --- | unaffected |
| firefox114 | --- | unaffected |
| firefox115 | --- | affected |
People
(Reporter: sdk, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
bug 1831841 introduced a regression where the foreground color (text, icon) is black when using the system dark theme on Linux.
| Assignee | ||
Comment 1•20 hours ago
|
||
Ah, this only happens without CSD, and I see why.
| Assignee | ||
Comment 2•20 hours ago
|
||
In bug 1831841 I removed the menubar text colors, because the menubar is
now non-natively styled, but I missed they are used in this case.
Let's just let color inherit through like we do for CSD and non-native
themes.
Updated•16 hours ago
|
Updated•10 hours ago
|
| Assignee | ||
Comment 3•10 hours ago
|
||
Same fix as above, let it be styled as a regular toolbar. This works on
Light and dark native themes as well, and actually fixes some contrast
issues in some themes like Colloid-Green for example.
Depends on D177882
| Assignee | ||
Comment 4•10 hours ago
|
||
We only use this in one place in navigator-toolbox.inc.xhtml, but we
style it as transparent.
A lot of the styling is redundant with the toolbar rule above anyways.
appearance: toolbar can't do anything fancy, actually, because we don't
have text colors for it so it can't render much different as a
background anyways. I think we should probably just remove that but that
would be a follow-up.
Depends on D177883
Description
•