Closed
Bug 1825048
Opened 2 years ago
Closed 2 years ago
layout for :hov panel should not be applied to .cls panel
Categories
(DevTools :: Inspector: Rules, defect, P2)
DevTools
Inspector: Rules
Tracking
(firefox-esr102 unaffected, firefox111 unaffected, firefox112 unaffected, firefox113 fixed)
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox111 | --- | unaffected |
| firefox112 | --- | unaffected |
| firefox113 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The grid layout is applied on .ruleview-reveal-panel, so it impacts the .cls panel as well, which we don't want
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1815557
status-firefox111:
--- → unaffected
status-firefox112:
--- → unaffected
status-firefox113:
--- → affected
status-firefox-esr102:
--- → unaffected
| Assignee | ||
Comment 2•2 years ago
|
||
In Bug 1815557 we set a display:grid on a rule that
matched both the pseudo-class panel and the class
toggle one.
We don't want to make change to the class toggle
panel, so we revert the changes to only apply them
to the pseudo-class panel.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/044dc0de5a68
[devtools] Fix class toggle layout. r=devtools-reviewers,jdescottes.
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•