Skip to content

Commit

Permalink
Remove drag handle from breadcrumb (#7083)
Browse files Browse the repository at this point in the history
Per feedback in #6773 (comment), it seems the drag handle for the breadcrumb was premature. Although it works on the edge, it's not consistent and was a bad idea.

This simply removes the grab handle. I will open a separate ticket for making that work.
  • Loading branch information
jasmussen authored Jun 1, 2018
1 parent 9e2be18 commit 5099503
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -842,10 +842,6 @@
background: $blue-medium-focus;
color: $white;

// Drag indicator
cursor: move; /* Fallback for IE/Edge < 14 */
cursor: grab;

// Animate in
.editor-block-list__block:hover & {
@include fade_in( .1s );
Expand Down

0 comments on commit 5099503

Please sign in to comment.