diff --git a/packages/block-editor/src/components/block-list/content.scss b/packages/block-editor/src/components/block-list/content.scss index 3e87ba317d1350..7aa1b94e97a65a 100644 --- a/packages/block-editor/src/components/block-list/content.scss +++ b/packages/block-editor/src/components/block-list/content.scss @@ -24,12 +24,6 @@ .block-editor-block-list__layout { position: relative; - // Hide selections on this element, otherwise Safari will include it stacked - // under your actual selection. - &::selection { - background: transparent; - } - .has-multi-selection &::selection { background: transparent; }