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