Using different icons for UI Macros / FUJI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2015 11:54 AM
How do we change the icons used on the macros? They are all defaulted with the icon-tree-right since the upgrade.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2015 08:39 AM
Yea, I've since updated all my icons just looking out how some new Fuji UI macros are written... quite more extensive work than what it used to be in my opinion.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2016 08:42 AM
Here is the answer for you, you have to span icon in correct place while using the reference_declaration.
<g:reference_decoration id="${jvar_n}" field="${ref}"
onclick="showRelatedList('${ref}'); ">
<span class="tab_square_button tab_header_button tab_ref_contribution icon-tree-right"
aria-label="${HTML:gs.getMessage('Show related incidents')}">
</span>
</g:reference_decoration>