[cXF] Highlight new menu item

XF 2 Tip [cXF] Highlight new menu item

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
19,982
Points
823

Reputation:

ENXF NET submitted a new resource:

[cXF] Highlight new menu item - with an icon

This is a DIY tutorial to achieve this:
View attachment 5343
As you can see you can get an icon that changes on hover only on new items just to highlight them a bit more.

Open you extra.less template and add the code:
Less:
/*** Highlight new menu item ***/
.menu-row.menu-row--separated.menu-row--clickable.menu-row--highlighted {
    &:before {
        .m-faBase();
        .m-faContent(@fa-var-dot-circle);
        float: right;
        color: @xf-paletteAccent2;
    }...

Read more about this resource...
 
Top