Skip to content

Commit

Permalink
List Item: Add border support (#63541)
Browse files Browse the repository at this point in the history
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
  • Loading branch information
3 people committed Aug 15, 2024
1 parent add79ad commit de65623
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/block-library/src/list-item/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"anchor": true,
"className": false,
"splitting": true,
"__experimentalBorder": {
"color": true,
"radius": true,
"style": true,
"width": true
},
"color": {
"gradients": true,
"link": true,
Expand Down Expand Up @@ -57,6 +63,7 @@
}
},
"selectors": {
"root": ".wp-block-list > li"
"root": ".wp-block-list > li",
"border": ".wp-block-list:not(.wp-block-list .wp-block-list) > li"
}
}

0 comments on commit de65623

Please sign in to comment.