Closed
Bug 1442314
Opened 8 years ago
Closed 8 years ago
--separator-border-image is defined as a gradient but used as a border-image
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: jaws, Assigned: gl)
References
Details
Attachments
(1 file)
The CSS property for --separator-border-image is defined as a gradient, but used as a border-image, which means that it is using incorrect syntax for the rule, and thus the rule is ignored.
Per bug 1441882 comment 13, it should be `border-image: var(--separator-border-image) 1 1;`.
| Reporter | ||
Comment 1•8 years ago
|
||
Bug 1441882 added a test that catches these types of errors. When fixing this, the entry for this bug will need to be removed from the whitelist in browser_parsable_css.js.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8955677 [details]
Bug 1442314 - --separator-border-image is defined as a gradient but used as a border-image.
https://reviewboard.mozilla.org/r/224762/#review230792
Thanks! Please update the commit message to state the fix instead of the problem
Attachment #8955677 -
Flags: review?(bgrinstead) → review+
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5c3844e6f062
Fix the gradient syntax in border-image of --separator-border-image in toolbars.css. r=bgrins
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•