XF 2.2 Prefix doesn' look so clean

ttv_hxpd

Member
Hello,

first of all, I'am so sorry about my bad english. I live in Germany :c
But here is the problem:

1643025629501.webp
It doesn't look so clean.

1643025667307.webp

that looks cleaner.

Please help me
.userBanner.discord { color: #fff !important; background: #8865fc !important; border-color: #7055c9 !important; }
Here is my extra.less
 
Solution
Fixed it.
Just do in core_labels.less a new color prefix like that:
&.label--nameofthecolor { .m-labelVariation(fontcolor, #HEXCOLOR); }

&.label--coolblue { .m-labelVariation(black, #5555FF); }
Fixed it.
Just do in core_labels.less a new color prefix like that:
&.label--nameofthecolor { .m-labelVariation(fontcolor, #HEXCOLOR); }

&.label--coolblue { .m-labelVariation(black, #5555FF); }
 
Solution
Top Bottom