Skip to content

Commit

Permalink
List View: Update drop indicator line to be 4px high with a white bor…
Browse files Browse the repository at this point in the history
…der (#49462)

* List View: Update drop indicator line to be 4px high with a white border

* Try making line thicker
  • Loading branch information
andrewserong authored Mar 31, 2023
1 parent f70ecc5 commit bd41bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ $block-navigation-max-indent: 8;

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

Expand Down

0 comments on commit bd41bd9

Please sign in to comment.