Closed
Bug 1847747
Opened 2 years ago
Closed 2 years ago
highlighters.css is displayed in style editor
Categories
(DevTools :: Style Editor, defect, P3)
DevTools
Style Editor
Tracking
(firefox118 verified, firefox119 verified)
VERIFIED
FIXED
118 Branch
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
Steps to reproduce
- Navigate to
data:text/html,<meta charset=utf8><style>h1 { color: tomato; }</style><h1>Hello<h1> - Open the styleeditor
- Hover the
h1token until the selector highlighter is displayed
Expected results
There's no changes in the styleeditor
Actual results
There's a new stylesheet, highlighters.css in the style editor stylesheets list
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ba53321e5b0
[devtools] Ignore devtools-highlighter-styles/highlighters.css in regular toolbox. r=devtools-reviewers,jdescottes.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
Updated•2 years ago
|
QA Whiteboard: [qa-118b-p2]
Reproducible on a 2023-08-08 Nightly build on Windows 10.
Verified as fixed on Firefox 118.0b3(20230831180026) and Nightly 119.0a1(20230831214652) on Windows 10, macOS 12, Ubuntu 22.
You need to log in
before you can comment on or make changes to this bug.
Description
•