Skip to content

Commit

Permalink
Hide “Drop files to upload” text when dragging elements
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Mar 19, 2019
1 parent 0cc8ee3 commit 1919ff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/amp-editor-story-blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,10 @@ div[data-type="amp/amp-story-page"] .editor-inner-blocks .editor-block-list__lay
background: transparent;
}

.editor-block-list__layout div[data-type="amp/amp-story-page"][data-amp-selected="parent"] > .editor-block-drop-zone .components-drop-zone__content {
display: none;
}

div[data-type="amp/amp-story-page"] .wp-block-image {
margin-top: 0;
}
Expand Down

0 comments on commit 1919ff0

Please sign in to comment.