I have this code in extra.less to remove round radius for resource icons.
Is it possible to apply this for specific resource categories instead?
Is it possible to apply this for specific resource categories instead?
Code:
/* Remove the round radius for avatar on Resource index page, ranking pages
[data-template = "xfrm_category_view"]
{ .avatar
{ border-radius: 0;
}
}