Skip to content

Commit

Permalink
Use whole selectors for duotone as well
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 29, 2023
1 parent 27f221a commit 17ab41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/image/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"selectors": {
"border": ".wp-block-image img, .wp-block-image .wp-block-image__crop-area",
"filter": {
"duotone": "img, .components-placeholder"
"duotone": ".wp-block-image img, .wp-block-image .components-placeholder"
}
},
"styles": [
Expand Down

0 comments on commit 17ab41d

Please sign in to comment.