Custom prefixes

Status
This content is read-only, or is not open for further replies.

Old Nick

Guest
offline
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
https://xenforo.com/community/resources/creating-custom-prefix-styling.7333/
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom