soflyy / breakdance-bugs

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

Setting Section Text Color Overrides Button Text Color #939

Closed thekendog closed 10 months ago

thekendog commented 1 year ago

When setting the text color of a section, it overrides the text color of a button in that section. This is because the CSS that is output is something like this:

breakdance .bde-section-45-110 * {
    color: #FFF;
}

The CSS that is output needs to exclude button text colors.

louisreingold commented 10 months ago

Setting text colors on wrappers has been deprecated in Breakdance 1.6, so this won't be an issue going forward.