You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the fact that none of the custom properties are loaded in the editor window, and for some reason, only when the sides are unlinked, the border-color uses the custom property. On the frontend, the color loads correctly (for the default colors— the "theme" colors should not be visible there, as it's a different theme than the one used by the previewer).
Editor
Frontend
So there's the larger issue of the Pattern Directory theme "leaking" into the creator — previously there was code to use Twenty Twenty-Three (IIRC) when initializing the creator, but I bet more settings are being loaded async somehow instead of using the config we set. So instead it's loading the Pattern Directory theme, which is causing other issues (#710, #618, etc).
But that doesn't really explain why the custom properties are not set at all… something likely changed with how GB loads assets, so however the pattern creator had been doing it isn't working anymore.
I tried rolling back to 18.7 & 17.9 and I still saw these issues, so this isn't a new regression.
Describe the bug
When trying to set a border, the border color isn't respected. I can replicate across image and columns blocks.
To Reproduce
Expected behavior
I can control border color.
Screenshots
border.color.broken.mov
The text was updated successfully, but these errors were encountered: