Skip to content

Commit

Permalink
revert prev fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 11, 2024
1 parent 96aa13f commit 6495a5c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/block-library/src/group/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@
}
}

// Reset user select, but the next rule should take precedence for nested
// groups.
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group > *) {
user-select: initial;
}

// When we are not multi-selecting, prevent children from capturing the
// selection, which happens when the group is flex and children inlined.
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group) {
user-select: none;
}

// Place block list appender in the same place content will appear.
[data-type="core/group"].is-selected {
.block-list-appender {
Expand Down

0 comments on commit 6495a5c

Please sign in to comment.