Issue with Palette when changing the value

Hello forum,

this looks ok:

When editing the color - eg. remove the bracket “)” - everythings changes:

This is independent from choosen theme and it can reproduced in prior versions…
(actual: v 5.2.5)

No issue when using the hex-code instead…

Any ideas?

Thanks, Stefan

That’s how it should be. These are CSS rules. You can define colors in a number of ways

  1. use color name like “red”, but it only works for some specific names
  2. hex code #333
  3. rgb(10, 20, 30) Notice that the closing bracket is mandatory
  4. rgba(10, 200, 30, 10)

So the closing bracket is a CSS syntax rule. You cannot break it.

My apologies, if I didn’t understand your question correctly.

You are right @talha131… sorry.

(Maybe I only changed the values within the brackets in the past… :sunglasses:)