You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a striped style table, the cells with background colours use an unexpected colour:
Example markup:
<!-- wp:table {"hasFixedLayout":true,"className":"is-style-stripes"} -->
<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><tbody><tr><td>This is the striped style.</td><td>This row should have a background color.</td></tr><tr><td>The cell next to this is empty.</td><td><br><br></td></tr><tr><td></td><td>This table has fixed width table cells.<br></td></tr><tr><td><br>Make sure that the text wraps correctly.<br><br></td><td></td></tr></tbody></table></figure>
<!-- /wp:table -->
The text was updated successfully, but these errors were encountered:
Hey @kjellr. For the second issue mentioned here about striped table colors, it looks like Gutenberg doesn't support custom colors for this style of table yet, only the default style. There's an ongoing issue for table block enhancements: WordPress/gutenberg#31261
Can you think of a bandaid solution that would make sense here, or should we wait for the final fix?
Steps to replicate
The code block has an unexpected grey border in the editor and no border on the front end:
Example markup:
In a striped style table, the cells with background colours use an unexpected colour:
Example markup:
The text was updated successfully, but these errors were encountered: