XenForo Custom prefixes

  • Thread starter Thread starter Old Nick
  • Start date Start date
O

Old Nick

Guest
Following this resource (not for XF 2.3 but...), why custom prefixes are not styled by variation?
The syntax of the code is however the same as the original ones
Creating custom prefix styling
Less:

Code:
&.label--yellow { .m-labelVariation(black, #ffff91, #e6e687); }
&.label--orange { .m-labelVariation(black, #ffcb00); }

&.label--error { .m-labelVariation(#c84448, #fde9e9, #c84448); }
    
//* CUSTOM PREFIXES
&.label--campBase {...

Read more

Continue reading...