Open
Bug 1462416
Opened 7 years ago
Updated 3 years ago
hard coded default colors in webext code
Categories
(WebExtensions :: Frontend, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: mixedpuppy, Unassigned)
Details
There are probably a handful of places this is done, but notably we hard code the default browserAction badge color in ext-browserAction.js. Worse is that it is in a get function and is used if the extension has not set a color for it, so it may not even be the actual color being used in the UI.
Updated•7 years ago
|
No longer blocks: themingapi
Component: WebExtensions: General → WebExtensions: Frontend
Updated•7 years ago
|
Priority: -- → P5
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•