Closed
Bug 1543043
Opened 6 years ago
Closed 6 years ago
Use :root instead of #main-window in customizeMode.inc.css
Categories
(Firefox :: Theme, task, P3)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: dao, Assigned: arpitbharti73, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=css])
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1542187 +++
:root is potentially cheaper than #main-window, because IDs aren't actually guaranteed to be unique, so ID selectors are treated just like class selectors under the hood.
In browser/themes/shared/customizableui/customizeMode.inc.css there's currently one selector that should use :root instead of #main-window.
Reporter | ||
Updated•6 years ago
|
Type: defect → task
Assignee | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → arpitbharti73
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/adc32d869e58
Changed #main-window to :root r=dao
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
You need to log in
before you can comment on or make changes to this bug.
Description
•