Skip to content

Commit

Permalink
Remove border between move buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Apr 15, 2023
1 parent 1e6946d commit d36662e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/block-editor/src/components/block-toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,19 +207,10 @@

.block-editor-block-mover__move-button-container {
border-left: 1px solid $gray-900;

&::before {
content: "";
display: block;
height: 1px;
background: $gray-900;
order: 2;
margin: -0.5px 0;
}
}

.is-down-button.is-down-button.is-down-button {
order: 3;
order: 2;
}

.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-mover__move-button-container::before {
Expand Down

0 comments on commit d36662e

Please sign in to comment.