Closed
Bug 1584580
Opened 6 years ago
Closed 6 years ago
Disabled XHR Breakpoint items have white background
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: championshuttler)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
When there are XHR breakpoint items and the skip pausing button is activated, the items have a white background. We should remove that unnecessary background.
| Reporter | ||
Updated•6 years ago
|
Blocks: dbg-frontend
Keywords: good-first-bug
| Reporter | ||
Comment 1•6 years ago
|
||
The .xhr-container class has a background-color: var(--theme-body-background); set -- this needs to be removed and we're good to go!
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a166b234e70e
Remove white background from Disabled XHR Breakpoint items. r=davidwalsh
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Updated•6 years ago
|
Assignee: nobody → shivams2799
Updated•5 years ago
|
QA Whiteboard: [qa-71b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•