Closed Bug 1585460 Opened 5 years ago Closed 5 years ago

Remove unused .devtools-eyedropper-panel selector from devtools-browser.css

Categories

(DevTools :: General, task, P3)

task

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1583945

People

(Reporter: jdescottes, Unassigned)

References

Details

The following selector in devtools-browser.css is not used anymore:
https://searchfox.org/mozilla-central/rev/f372e8a46ef7659ef61be9938ec2a3ea34d343c6/devtools/client/themes/devtools-browser.css#10

/* Eyedropper Widget */
/* <panel> added to mainPopupSet */

.devtools-eyedropper-panel {
  pointer-events: none;
  -moz-appearance: none;
  width: 156px;
  height: 120px;
  background-color: transparent;
  border: none;
}

It was added in https://bugzilla.mozilla.org/show_bug.cgi?id=939040 for the XUL based eyedropper, but the current eyedropper is not using it anymore. The old eyedropper was removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1262439 but the CSS was left behind.

Priority: -- → P3

Resolved in Bug 1583945

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.