Skip to content

Commit

Permalink
feat: support class .bcx-dnd-preview-hide to hide some node in .bcx-d…
Browse files Browse the repository at this point in the history
…nd-preview.
  • Loading branch information
3cp committed Feb 12, 2018
1 parent ecadd4a commit ca26b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dnd-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ html, body {
box-shadow: 0 0 16px gray;
}
.bcx-dnd-preview .bcx-dnd-preview-hide {
visible: hidden !important;
}
.bcx-dnd-hide {
display: none !important;
}
Expand Down

0 comments on commit ca26b94

Please sign in to comment.