Skip to content

Commit

Permalink
Dont make the handle ever visible.
Browse files Browse the repository at this point in the history
The drag handle no longer overlaps the block content div,
so we can't render a placeholder in the handle itself.
We need to figure somethingelse out.
  • Loading branch information
oandregal committed Aug 9, 2018
1 parent d18a778 commit 9a06f5d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@

> .editor-block-list__block-draggable-inner {
visibility: hidden;

// Use opacity to work in various editor styles.
background-color: $dark-opacity-light-200;
// background-color: red;

.is-dark-theme & {
background-color: $light-opacity-light-200;
// background-color: blue;
}
}

&.is-visible > .editor-block-list__block-draggable-inner {
visibility: visible;
// background-color: green;
}

cursor: move; // Fallback for IE/Edge < 14
Expand Down

0 comments on commit 9a06f5d

Please sign in to comment.