diff --git a/packages/block-editor/src/components/block-list/style.scss b/packages/block-editor/src/components/block-list/style.scss index 5c8e42ed159e44..e424778112b47e 100644 --- a/packages/block-editor/src/components/block-list/style.scss +++ b/packages/block-editor/src/components/block-list/style.scss @@ -36,8 +36,9 @@ // Block multi selection .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) { - // Hide the native selection indicator. - &::selection { + // Hide the native selection indicator, for the selection, and children. + &::selection, + & ::selection { background: transparent; }