Hi,
After updating to latest TI version 3.5.1 found category collapse icon is not showing. I have tried adding font-awesome/5.1.0 cdn to make it work but no luck.
Latest release is using font awesome 6 and I think missing below classes:
.fa, .menu-group .menu-group-item .category-title .collapse-toggle, a.ti-loading:before, button.ti-loading:before, span.ti-loading:before, .fas {
font-family: “Font Awesome 5 Free”;
font-weight: 900;
}
Not sure where to add these to get category collapse icon visible again. Or, am I missing something else?