SOLVED: Different HSL syntax in colour manager

Browser: Any
OS: macOS

  1. Create a new palette and add a colour by picking it from the colour picker - this adds the HSL colour in syntax hsl(0, 0%, 0%) - legacy format
  2. Enable dark mode - this adds the HSL colour in syntax hsl(0 0 0%) - modern format

The HSL values should be displayed in the same way - modern format

Additionally, you can manually enter the HSL value when defining another colour without displaying the colour picker and you can type in hsl(0,0,0) or hsl(0 0 0) or hsl(0% 0% 0%) etc. and each of these will be displayed as the value. It’s a little confusing to see different HSL formats. Bricks should parse the entered values and display them in modern format.

1 Like

Hi Simon,
Thanks again! :raising_hands:

I can replicate the problem and have added it to the internal bug tracker. We will update this thread as soon as it is fixed.

Best regards,
timmse

We’ve addressed this in Bricks 2.3.3, now available as a one-click update in your WordPress Dashboard.

Please read the changelog entry before updating, and let us know if you experience any issues.