Closed
Bug 1673605
Opened 4 years ago
Closed 4 years ago
Remove unused css variables from perf.css
Categories
(DevTools :: Performance Tools (Profiler/Timeline), task, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Spotted while working on https://phabricator.services.mozilla.com/D94747
perf.css defines the following variables:
:root {
--highlight-color: var(--blue-55);
--slider-thumb-color: var(--grey-50);
--slider-track-color: var(--grey-30);
}
:root.theme-dark {
--slider-thumb-color: var(--grey-40);
--slider-track-color: var(--grey-60);
}
I don't think those variables are used in the perf panel.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D94747
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c5137ec90dce
[devtools] Remove unused css variables from perf.css r=julienw
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•