Closed Bug 1442314 Opened 6 years ago Closed 6 years ago

--separator-border-image is defined as a gradient but used as a border-image

Categories

(DevTools :: General, defect)

defect
Not set
normal

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;`.
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: nobody → gl
Status: NEW → ASSIGNED
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
https://hg.mozilla.org/mozilla-central/rev/5c3844e6f062
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: