WAIT: Box Shadow controls blurred

Browser: Brave v1.90.122
OS: Windows

The blur row of the box shadow is blurred but nothing is visible, since it also has the blur class in the DOM. I don’t think this is related to browser or OS.

Hey @edycerpa,

This should not be happening, but I am having trouble reproducing the issue. My controls are not blurred, and I am unsure of the steps needed to cause this. Could you record a video demonstrating all the necessary steps to replicate this?

Thanks,
Matej

1 Like

Here is the video

BricksVersion: 2.3.5

Hey @edycerpa,

Thanks for the video. The most important part is missing, though: how and where did you add this .blur class?

Best reagrds,
Matej

Sorry Matej, I’ve been very busy and forgot about this… I didn’t add the class myself, maybe a plugin, but that would still be strange because it’s in the Bricks Builder constructor.

Can you try disabling all plugins and custom scripts?

Matej

There is a Tailwind declaration attached to the ‘.blur’ class.

I suppose the solution would be to exclude the builder, correct? This way, the terrible element won’t load in the builder, only within the iframe. I am unsure how this class is loaded anyway, but that is my thought only, I never loaded tailwind classes to the builder.
I suppose it’s coming from a plugin, right?