diff --git a/extensions/shared/with-has-warning-is-interactive-class-names/style.scss b/extensions/shared/with-has-warning-is-interactive-class-names/style.scss index d8391cf924186..69726a5dcd059 100644 --- a/extensions/shared/with-has-warning-is-interactive-class-names/style.scss +++ b/extensions/shared/with-has-warning-is-interactive-class-names/style.scss @@ -1,8 +1,7 @@ .block-editor-block-list__layout // Override core styles inherited from `.has-warning`: // we do want blocks with upgrade nudge warning to be interactive - .block-editor-block-list__block.has-warning.is-interactive - .block-editor-block-list__block-edit { + .block-editor-block-list__block.has-warning.is-interactive { > * { pointer-events: auto; user-select: auto;