diff --git a/styles/_D33dDisaggBin.scss b/styles/_D33dDisaggBin.scss index c6aefdd443269a3ad69bbdcd2e8f3c897ba853f2..8018d61245d0e0bb52dbe2961ef5a03f7a6ddc17 100644 --- a/styles/_D33dDisaggBin.scss +++ b/styles/_D33dDisaggBin.scss @@ -1,6 +1,8 @@ @import '_GraphVariables.scss'; .D33dDisaggBin { + cursor: default; + > g { > path { stroke: #666; diff --git a/styles/_D3View.scss b/styles/_D3View.scss index f15e0d86cc63c7f9fca31fe074d7b6ef8553f3f0..ec630811013b626704d1a4f81e82e146e2d8fd0c 100644 --- a/styles/_D3View.scss +++ b/styles/_D3View.scss @@ -26,7 +26,7 @@ width: 100%; } - .cursor-move { + &.cursor-move { cursor: move; }