Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Hide partial selection in multi selected nested blocks.
  • Loading branch information
jasmussen committed Oct 4, 2022
commit 8c1bfcf60526e6a4d0fc789ff2397454938b6117
5 changes: 3 additions & 2 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down