pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
20 lines (16 loc) • 316 B
text/less
.common-draggable-graph-text {
user-select: none;
color: @commonTextColor;
}
.draggable-graph-point {
fill: @draggableGraphHandleColor;
}
.draggable-graph-path {
stroke: @draggableGraphPathColor;
}
.draggable-graph-surface {
cursor: pointer;
}
.draggable-graph-svg {
touch-action: none;
}