Skip to content

Commit

Permalink
Remove previous safari-specific fix for selection styles:
Browse files Browse the repository at this point in the history
- Testing shows this is no longer needed in Safari
- It causes issues in newer chrome versions
  • Loading branch information
talldan committed Dec 21, 2023
1 parent e103a18 commit ed7e640
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/block-editor/src/components/block-list/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ed7e640

Please sign in to comment.