Skip to content

Commit

Permalink
Use border instead of hr for filtered block list separator
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jun 6, 2024
1 parent 6831711 commit f3718a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export function BlockTypesTab(
showMostUsedBlocks={ showMostUsedBlocks }
className="block-editor-inserter__insertable-blocks-at-selection"
/>
<hr />
</>
) }
<BlockTypesTabPanel
Expand Down
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/inserter/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ $block-inserter-tabs-height: 44px;
}
}

.block-editor-inserter__insertable-blocks-at-selection {
border-bottom: $border-width solid $gray-200;
}

.block-editor-inserter__media-tabs-container,
.block-editor-inserter__block-patterns-tabs-container {
padding: $grid-unit-20;
Expand Down

0 comments on commit f3718a0

Please sign in to comment.