Skip to content

Commit

Permalink
Remove table CSS from block canvas theme as it has been addressed in …
Browse files Browse the repository at this point in the history
…Gutenberg (#6954)
  • Loading branch information
pbking authored Mar 31, 2023
1 parent 21f598b commit b1becce
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions block-canvas/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,6 @@ GNU General Public License for more details.
border-color: var(--wp--preset--color--secondary);
}

/**
* Currently table styles are only available with 'wp-block-styles'
* theme support (block css) thus the following needs to be included
* since 'wp-block-styles' aren't used for this theme.
* https://github.com/WordPress/gutenberg/issues/45065
*/
.wp-block-table thead {
border-bottom: 3px solid;
}
.wp-block-table tfoot {
border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
padding: var(--wp--preset--spacing--30);
border: 1px solid;
word-break: normal;
}
.wp-block-table figcaption {
font-size: var(--wp--preset--font-size--small);
text-align: center;
}

/*
* Link styles
* https://github.com/WordPress/gutenberg/issues/42319
Expand Down

0 comments on commit b1becce

Please sign in to comment.