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
More specific CSS selectors.
  • Loading branch information
tellthemachines committed Oct 5, 2022
commit b3800ca926a355ad270539d59a03bf361b62c0a6
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
.block-list-appender:only-child {
.is-layout-constrained.block-editor-block-list__block:not(.is-selected) > &,
.is-layout-flow.block-editor-block-list__block:not(.is-selected) > &,
.is-layout-constrained.block-editor-block-list__block:not(.is-selected) .block-editor-block-list__layout > &,
.is-layout-flow.block-editor-block-list__block:not(.is-selected) .block-editor-block-list__layout > & {
.is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__layout > &,
.is-layout-flow.block-editor-block-list__block:not(.is-selected) > .block-editor-block-list__layout > & {
pointer-events: none;

&::after {
Expand Down