Skip to content

Commit

Permalink
Fix draghandle color
Browse files Browse the repository at this point in the history
Fixes design nitpick from #9569 (comment).
  • Loading branch information
jasmussen committed Sep 17, 2018
1 parent c57102a commit c596993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
.editor-block-mover__control-drag-handle {
cursor: move; // Fallback for IE/Edge < 14
cursor: grab;
fill: currentColor;

&,
&:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover,
Expand Down

0 comments on commit c596993

Please sign in to comment.