XF 2.3 Variations and select box (dropdown) arrow background

willl

Well-known member
This one is driving me nuts: In rebuilding a style to utilize variations, everything is making sense and working as-expected.. EXCEPT for the background image applied to selection dropdowns.

The dark variation uses the black image, rather than the white version:

1717679532634.webp

It works fine on the default XF style, of course.

Anybody else encounter this and have a solution? I mean, I could use clip-mask to color it whatever I like, but I'd rather utilize the stock rendering in this case.
 
Solution
Figured it out; Turns out the variations setup does not like it when you use color shifting functions, like the following:

Code:
xf-intensify(@xf-paletteColor3, 87%)

If you switch it to a standard color format it renders fine.

Will submit a bug report shortly.
Figured it out; Turns out the variations setup does not like it when you use color shifting functions, like the following:

Code:
xf-intensify(@xf-paletteColor3, 87%)

If you switch it to a standard color format it renders fine.

Will submit a bug report shortly.
 
Solution
Back
Top Bottom