Using different icons for UI Macros / FUJI

EthanVanDoorne
Giga Contributor

How do we change the icons used on the macros? They are all defaulted with the icon-tree-right since the upgrade.

6 REPLIES 6

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.


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>