Skip to content

Commit

Permalink
Fixes #15270. Removes the custom highlight on selected text.
Browse files Browse the repository at this point in the history
  • Loading branch information
mapk committed May 14, 2019
1 parent 5bbda36 commit 6e83163
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,6 @@
*/

.block-editor-block-list__layout .block-editor-block-list__block {
::-moz-selection {
background-color: $blue-medium-highlight;
}

::selection {
background-color: $blue-medium-highlight;
}

// Selection style for multiple blocks.
&.is-multi-selected *::selection {
Expand Down

0 comments on commit 6e83163

Please sign in to comment.