soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

CSS Variable --bde-form-input-border-width Not Set #936

Closed thekendog closed 11 months ago

thekendog commented 1 year ago

I'm trying to style Gravity Forms based on the settings set in Breakdance. The CSS variable --bde-form-input-border-width is not set in the global settings CSS file properly. I have set it to 2px in settings, but it always shows as 1px when the variable is output. I do see that the border widths are being output like global settings CSS file for certain elements.

border-top: 2px solid var(--bde-palette-color-6);

Would be nice to get all of this cleaned up and consistent so that the global CSS variable is using the proper width.

thekendog commented 11 months ago

Disregard this. Just realized there are 4 other variables that look like var(--bde-form-input-border-top). Those will work.