F
frm
Guest
I'm using the new method to update node icons:
Less:
And that works just fine if it's a node, and appears correctly in the thread view for subnodes.
But if the subnodes are set to drop down, it won't be used on the forum view.
To add, the music icon is being placed by an add on. However, the add on still...
Read more
Continue reading...
Less:
Code:
.node.node--id13 .node-icon i
{
&::before
{
.m-faContent(@fa-var-compact-disc, 1em);
}
svg
{
display: none;
}
}
And that works just fine if it's a node, and appears correctly in the thread view for subnodes.
But if the subnodes are set to drop down, it won't be used on the forum view.
To add, the music icon is being placed by an add on. However, the add on still...
Read more
Continue reading...