diff --git a/packages/block-editor/src/components/block-list-appender/style.scss b/packages/block-editor/src/components/block-list-appender/style.scss index ebfeb4c0b090c..e18d50345c755 100644 --- a/packages/block-editor/src/components/block-list-appender/style.scss +++ b/packages/block-editor/src/components/block-list-appender/style.scss @@ -53,3 +53,13 @@ transform: scale(0); } } + +// One appender at a time. +.has-child-selected { + .block-list-appender { + display: none; + } + .is-selected .block-list-appender { + display: initial; + } +}