Skip to content

Commit

Permalink
Migrate table block to use standardized selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinite-Null committed Dec 27, 2024
1 parent e85cc36 commit f6c238a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/block-library/src/table/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,13 @@
"width": true
}
},
"__experimentalSelector": ".wp-block-table > table",
"interactivity": {
"clientNavigation": true
}
},
"selectors": {
"spacing": {
"margin": ".wp-block-table"
}
"root": ".wp-block-table > table",
"spacing": ".wp-block-table"
},
"styles": [
{
Expand Down

0 comments on commit f6c238a

Please sign in to comment.