civicrm / org.civicrm.shoreditch

Other
45 stars 59 forks source link

Fix buttons that are showing up with white background on front end #494

Closed larssandergreen closed 3 years ago

larssandergreen commented 3 years ago

The later crm-button class background: none was taking precedence over crm-form-submit class background for submit buttons on contribution and event pages. Now these buttons have background: $brand-primary. This is on 5.35 with Shoreditch beta4.

larssandergreen commented 3 years ago

Configuration error on my end