diff --git a/superset-frontend/src/dashboard/stylesheets/dnd.less b/superset-frontend/src/dashboard/stylesheets/dnd.less index 19df3ad3086ff..4efdb721e091f 100644 --- a/superset-frontend/src/dashboard/stylesheets/dnd.less +++ b/superset-frontend/src/dashboard/stylesheets/dnd.less @@ -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; }