NO BUG: Missing yellow dot in Css filters and Box shadow popup

Browser: Chrome 110
OS: Windows

Hello bricks team,

Unlike other controls whose settings are displayed in a pop-up, the box shadow control has two identical titles. While the title inside the pop-up appears to be redundant, the clear dot is displayed for both, while separate box shadow controls (X, Y, BLUR, SPREAD, COLOR, INSET) do not have the yellow clear dot.

As another similar case, the CSS filters settings also lack a clear dot.

Hi Victor,
Thanks so much for your report!

That’s not a bug; the individual controls are combined into a single property.

With box shadow, it looks like this:
box-shadow: inset 10px 5px 10px 20px #ff9800

For the filter:
filter: blur(5px) grayscale(1);

Best regards,
timmse