Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Drop-indicator: remove white border.
  • Loading branch information
jasmussen committed Jun 29, 2023
commit 466a08df8d0a434b712d12b2a691df37ea703610
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