Closed
Bug 1711297
Opened 3 years ago
Closed 3 years ago
-moz-context-properties:fill no longer works in an extension page
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: clessili, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
My extension replaces the homepage and uses Firefox's icons (chrome://...).
I use the properties -moz-context-properties:fill; along with a fill color to change the color of those icons.
Actual results:
No matter the fill color, the icons stays black, and the inspector tells me the property it is invalid.
Expected results:
The icon should change its color like in Firefox 88.
Comment 1•3 years ago
|
||
moz-context properties are supposed to be restricted to mozilla internal extensions only.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Updated•3 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•