XF 2.3 Subnode Icon in Dropdown

frm

Well-known member
I'm using the new method to update node icons:
Less:
.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.

1723339245477.webp

But if the subnodes are set to drop down, it won't be used on the forum view.

1723339185351.webp

To add, the music icon is being placed by an add on. However, the add on still respects the code for nodes (as seen by the first screenshot in thread view), so it shouldn't be a conflict for subnodes in a dropdown. I just haven't found a method for 2.3 on the forum to change it or other subnodes when the time comes.
 
Back
Top Bottom