Skip to content

Commit

Permalink
Drop-indicator: remove white border. (#52122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Jun 29, 2023
1 parent aab4878 commit 9623278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ $block-navigation-max-indent: 8;

.block-editor-list-view-drop-indicator__line {
background: var(--wp-admin-theme-color);
height: 6px;
border: 1px solid $white;
height: 4px;
border-radius: 4px;
}
}
Expand Down

0 comments on commit 9623278

Please sign in to comment.