Change a color with default values. Here for example, we change cell background color to red.
Change color with color picker.
βοΈ Expected result
The format of a color of default color values (ones unchanged by users) should be consistent with the one obtained from color picker.
β Actual result
Color picker adds whitespaces inside the HSL brackets, while those are not there in case of default value colors (unless set otherwise), e.g. we get a hsl(0, 75%, 60%) value while picking red from default colors (in editor shown as red, but upon inspecting inline styles we have the hsl format) and hsl( 207, 83%, 32% ) from color picker.
π Other details
Browser: All
OS: Any
This works like this for any place with default color/color picker, including font color, font background color, table cell background color, table cell border color, table border color, table background color.
If you'd like to see this fixed sooner, add a π reaction to this post.
π Provide detailed reproduction steps (if any)
βοΈ Expected result
The format of a color of default color values (ones unchanged by users) should be consistent with the one obtained from color picker.
β Actual result
Color picker adds whitespaces inside the HSL brackets, while those are not there in case of default value colors (unless set otherwise), e.g. we get a
hsl(0, 75%, 60%)
value while picking red from default colors (in editor shown as red, but upon inspecting inline styles we have the hsl format) andhsl( 207, 83%, 32% )
from color picker.π Other details
This works like this for any place with default color/color picker, including font color, font background color, table cell background color, table cell border color, table border color, table background color.
If you'd like to see this fixed sooner, add a π reaction to this post.