Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotmk committed Dec 30, 2024
1 parent 7f352e3 commit 5f65422
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/block-library/src/button/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
"width": true
}
},
"__experimentalSelector": ".wp-block-button .wp-block-button__link",
"interactivity": {
"clientNavigation": true
}
Expand All @@ -142,5 +141,11 @@
{ "name": "outline", "label": "Outline" }
],
"editorStyle": "wp-block-button-editor",
"style": "wp-block-button"
"style": "wp-block-button",
"selectors": {
"root": ".wp-block-button .wp-block-button__link",
"typography": {
"writingMode": ".wp-block-button"
}
}
}

0 comments on commit 5f65422

Please sign in to comment.