I'm trying to update some things in my add-ons before the official release and I've ran into a small issue.
Before I could use
In XF 2.3, that same code produces this:
Small difference, yes, but it looks silly with that small star compared to the edit icon in the next button over.
I also tried using
Read more
Читать далее...
Before I could use
<xf:button href="" class="button--cta"><xf:fa icon="fa-star" /></xf:button>
and it'd produce the following, which is what I want.In XF 2.3, that same code produces this:
Small difference, yes, but it looks silly with that small star compared to the edit icon in the next button over.
I also tried using
<xf:button href=""...
Read more
Читать далее...