Skip to content

Commit

Permalink
fix(dashboard): artefacts shown while drag and dropping deck.gl charts (
Browse files Browse the repository at this point in the history
#12418)

* [12181] Fix artifacts while drag and dropping deck.gl charts.

* Run prettier
  • Loading branch information
kkucharc authored and villebro committed Jan 13, 2021
1 parent 288f6bb commit 34da995
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions superset-frontend/src/dashboard/stylesheets/dnd.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
position: relative;
}

// Fixes ISSUE-12181 - before in chart's contract-trigger breaks drag and drop mode
.dashboard--editing {
.contract-trigger:before {
display: none;
}
}

.dragdroppable--dragging {
opacity: 0.2;
}
Expand Down

0 comments on commit 34da995

Please sign in to comment.