@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
11 lines (9 loc) • 448 B
text/less
@cursors: auto, default, none, context-menu, help, pointer, progress, wait, cell, crosshair, text,
vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize,
s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize,
row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing;
each( @cursors, {
.k-cursor-@{value} {
cursor: @value;
}
});