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)

task

Tracking

(firefox84 fixed)

RESOLVED FIXED
84 Branch
Tracking Status
firefox84 --- fixed

People

(Reporter: jdescottes, Assigned: jdescottes)

References

Details

Attachments

(1 file)

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);
}

https://searchfox.org/mozilla-central/rev/dbced93f1c57942501c23d4633d01ce59d9087a1/devtools/client/themes/perf.css#5-14

I don't think those variables are used in the perf panel.

Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c5137ec90dce [devtools] Remove unused css variables from perf.css r=julienw
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: