Hey guys, I am trying to get 'each' icon to show only the one, the "pinned" one for the pinned threads and the "comments" one only
for the normal threads as shown in the image (below). The problem is the icons are repeating, can someone help me with my code please? TIA
extra.less:
.structItem-cell--icon:before {
.m-faBase();
.m-faContent(@fa-var-thumb-tack, 1em);
}
.structItem-cell--icon:before {
.m-faBase();
.m-faContent(@fa-var-comments, 1em);
}