Implement badge color for extension buttons
Categories
(Thunderbird :: Toolbars and Tabs, task)
Tracking
(thunderbird112 fixed)
Tracking | Status | |
---|---|---|
thunderbird112 | --- | fixed |
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
Details
Attachments
(2 files, 1 obsolete file)
Extension buttons can set their badge color (per tab). Our current code doesn't allow overriding the badge color. The old way to do this was to set a badgeStyle
property on the <toolbarbutton>
that contained a background-color
declaration (see ExtensionToolbarButtons.jsm:updateButton
).
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D170894
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Comment on attachment 9319704 [details]
Bug 1817948 - Fix prerequisites of browser_ext_bug1812530. r=#thunderbird-reviewers
Revision D170908 was moved to bug 1817952. Setting attachment 9319704 [details] to obsolete.
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/6e5710c88d9c
Follow badge background color for unified toolbar extension buttons. r=aleca
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/0a9a9457e26b
followup - Fix crash in tests. r=mkmelin
Description
•