Automattic / block-experiments

A monorepo of Block Experiments
125 stars 17 forks source link

Fix issue with invisible style on column picker. #263

Closed jasmussen closed 2 years ago

jasmussen commented 2 years ago

The style for item preview buttons is being simplified in the upstream block editor, but Layout Grid has to work across both older and newer versions. That causes some issues with styles that exist in 5.8.3, but are removed in the plugin and later, such as this white background:

Screenshot 2022-01-25 at 11 49 15

This PR explicitly unsets it, so the new style works again:

Screenshot 2022-01-25 at 11 51 16