Fixed Color picker (alpha) seems broken when variations are disabled

Russ

Well-known member
Affected version
2.3
To reproduce:

1.) Disable variations on the style.
2.) Reduce the alpha on the color picker of a background and save

1725388423591.webp


With Style variations disabled, this is the output:

1725388449115.webp


With style variations enabled, it outputs the correct CSS:

Code:
background: hsl(350, 63%, 42%, .12);
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.4).

Change log:
Output `hsla` in the color picker when an alpha channel is present
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom