RSS Feed/News Subnode Icon in Dropdown

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,955
Points
823

Reputation:

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

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...

Read more

Continue reading...
 
Status
Not open for further replies.
Top