Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
861 stars 348 forks source link

Maxwell: Buttons inside the Donations block are not properly displayed #4391

Open AtrumGeost opened 3 years ago

AtrumGeost commented 3 years ago

Steps to replicate

  1. Add the Donations block to a page or post
  2. Publish the page and see the results

Result

Screen Shot on 2021-08-11 at 15:36:23

The button styles make it look like the button is disabled or not working.

Expected

For the styles of the button to remain the same you see in the editor:

Screen Shot on 2021-08-11 at 15:37:08

Workaround

Sent this CSS code as a workaround:

/* Fix colors for the Donation block | JC-31082868-hc */
.wp-block-jetpack-donations .wp-block-button__link {
  background-color: #38BACA;
  color: #fff;
}
jordesign commented 2 years ago

Maxwell is now retired - but have confirmed this behaviour.

danieldudzic commented 2 years ago

This seems to be super low priority.

I'd close this as wontfix