Closed
Bug 1870333
Opened 11 months ago
Closed 10 months ago
Clean up and consolidate CSS variables in cards view
Categories
(Thunderbird :: Folder and Message Lists, task, P2)
Thunderbird
Folder and Message Lists
Tracking
(Not tracked)
RESOLVED
FIXED
123 Branch
People
(Reporter: aleca, Assigned: micah)
References
Details
Attachments
(1 file)
We're currently using a variable called *-padding-inline-end
for the padding-inline-start
attribute, and using a *-padding-inline-start
variable for the margin-inline-start
attribute.
That's just a recipe for confusion and unneeded complexity to any future update.
https://searchfox.org/comm-central/source/mail/themes/shared/mail/threadPane.css#716-718
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Updated•11 months ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 months ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 123 Branch
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/cd6ec265caa0
Cards View: Clean up thread card spacing css variables. r=aleca
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ec5b063e9e5d
Follow up fix: update remaining instance of leftover CSS variable. rs=me DONTBUILD
You need to log in
before you can comment on or make changes to this bug.
Description
•