Skip to content

Commit

Permalink
fix(dragdrop): use fill mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Mar 10, 2020
1 parent cae01c3 commit 5cae008
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/default/scss/common/_dragdrop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@

// Theme
.k-drag-clue {
@include appearance( selected-node );
@include fill(
$node-selected-text,
$node-selected-bg,
$node-selected-border,
$node-selected-gradient
);
}

}
Expand Down

0 comments on commit 5cae008

Please sign in to comment.