Move the trending icon used by about:newtab to the shared icon library in browser/themes/shared/icons
Categories
(Firefox :: New Tab Page, task, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: sfoster, Assigned: manisha270417, Mentored, NeedInfo)
Details
(Keywords: good-first-bug, Whiteboard: [lang=css])
Attachments
(1 file)
browser/components/newtab/data/content/assets/glyph-trending-16.svg
should be moved to browser/themes/shared/icons
and named trending.svg
.
- Please use
hg mv
or its git equivalent to move the file so we retain commit history. - You will need to update the
browser/themes/shared/jar.inc.mn
manifest (please maintain alphabetical sorting) to include the new .svg - You'll need to find and update all references to point at
chrome://browser/skin/trending.svg
- See the docs for hacking on newtab for details on how to edit CSS and refresh the bundle
You should always build and run with your changes to verify them. In this case I don't believe there is an easy way to see the .icon-trending
class in use, but you can check that chrome://browser/skin/trending.svg
resolves to the correct icon when entered into the url bar.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:manisha.singh2019, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 4•3 years ago
|
||
Helpful bot! Yeah this never got landed. I checked and it looks like it still merges ok..
Comment 5•3 years ago
|
||
bugherder |
Description
•