Automattic / crowdsignal-forms

Gutenberg blocks for Crowdsignal
GNU General Public License v2.0
13 stars 9 forks source link

Crowdsignal Feedback button block - Background Color Not Displayed on Live Site #284

Open kelasante opened 3 months ago

kelasante commented 3 months ago

When a background color of the entire Feedback button block is set in the Editor, it does not display on the live site. It shows a transparent color on the site instead of the actual color set in the editor.

https://github.com/Automattic/crowdsignal-forms/assets/74204272/e90b166a-d81b-4063-b8d3-0e68ca1f3f8e

Workaround CSS:

.crowdsignal-forms-feedback__popover { background-color : color !important; }