Open
Bug 1896755
Opened 2 years ago
Updated 2 years ago
Introduce some sort of a CSS reset for elements in panels
Categories
(Firefox :: Theme, task, P3)
Firefox
Theme
Tracking
()
ASSIGNED
People
(Reporter: itiel_yn8, Assigned: itiel_yn8)
Details
Attachments
(1 file)
By "CSS reset" I mean to set (or unset) values for elements we know the majority of are already set over and over again across the codebase, like margin: 0 on labels/descriptions, -moz-context-properties on image etc.
This would allow us to remove lots of custom CSS declarations that are repeating themselves over and over again.
Updated•2 years ago
|
Assignee: nobody → itiel_yn8
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Comment 2•2 years ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:itiel_yn8, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(itiel_yn8)
Flags: needinfo?(emilio)
I have some more work to do but not on that patch, I'm planning to add another patch on top of this to address the cleanups.
Flags: needinfo?(itiel_yn8)
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•