Skip to content

Commit

Permalink
Fix rounded corners on parent selector
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Apr 4, 2023
1 parent bff9838 commit 573936b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/block-editor/src/components/block-toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
// Parent selector overrides

.block-editor-block-parent-selector__button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;

.block-editor-block-icon {
width: 0;
}
Expand Down

0 comments on commit 573936b

Please sign in to comment.