Sidebars on macOS are no longer vibrant
Categories
(Thunderbird :: Theme, defect)
Tracking
(Not tracked)
People
(Reporter: mstange, Assigned: Paenglab)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
aleca
:
review+
|
Details | Diff | Splinter Review |
I broke this in bug 1592739 and forgot to file a bug earlier.
On macOS, the sidebar in the Thunderbird window and the Thunderbird address book window are no longer vibrant - that means they now have an opaque background color, rather than being transparent with a glass-like appearance (showing blurred content from behind the window).
To fix this, all background-colors from elements behind the sidebar elements need to be removed (or moved elsewhere).
- In the main window,
#messengerBox
is an ancestor of#folderTree
and hasbackground-color: -moz-Dialog
. This background color needs to be removed. - In the address book window, it's
#abContent
which hasbackground-color: -moz-Dialog
. This background-color should be moved to#abResultsBox
,#CardViewOuterBox
or#CardViewBox
.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
This fixes the vibrancy. Like FX now when a simple LW-theme is active no vibrancy is used. This is for me a regression. The Mac chat tab needed some more tweaks.
Alessandro, with a simple LW-theme I gave the Mac sidebars the -moz-OddTreeRow. Is this okay?
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/aeb3be1b2053
Remove the background color from #messengerBox and #abContent under macOS to make trees vibrant again. r=aleca
Updated•5 years ago
|
Description
•