SOLVED: Gradient/Overlay - Zero is an unacceptable value for Angle?

Bricks Version: 1.5-rc2
Browser: FireFox 103.0.1
OS: macOS

Placed a div directly inside a section.
Added a Gradient/Overlay on div. Apply to either Overlay or background, add angle of 0 and 2 Color. Displays correctly in Bricks but not in Firefox browser – background-image: linear-gradient(#f44336, #ffeb3b); (missing 0deg)

Angle in* = 360 – Displays correctly everywhere – background-image: linear-gradient(360deg, #f44336, #ffeb3b);

Hello @cbodenburg

Welcome to the Bricks forum!

I’ve tried to reproduce the same scenario on my side, and for me it works. Could you please check again?

Thank you
Luis

Morning @luistinygod

I took a screenshot of the Bricks Dashboard and what is shown in FireFox. When 0 is entered as the angle the css looks to be missing the 0deg within the code. Can you take another look?

Thank You – Corby

Hey Corby,
I was able to reproduce the issue and added it to our bug tracker.

Best regards,
timmse

1 Like

Hi @cbodenburg,
We’ve fixed this bug in Bricks 1.5.1 RC, which is now available as a manual download in your account.

Please let us know if you are still experiencing issues.

Best regards,
timmse

1 Like