Skip to content

Commit

Permalink
feat(Utilities): support for the 'move' cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Oct 25, 2019
1 parent e39945c commit ec7d6a6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions terminus-ui/scss/helpers/_cursors.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/**
* The map of available cursors
*
* @nuclide
* @section Cursors
*/
$g-cursors: (
/* Indicates an alias or copy will be made */
Expand All @@ -17,6 +14,8 @@ $g-cursors: (
default,
/* Indicates help is available */
help,
/* Indicates the ability to drag an item */
move,
/* Indicates no available interaction */
not-allowed,
/* Indicates interaction */
Expand All @@ -29,10 +28,8 @@ $g-cursors: (
/**
* Retrieve a space from the $g-cursors list.
*
* The primary purpose for this function is to enforce which cursors can be used.
* The primary purpose of this function is to enforce which cursors can be used.
*
* @mixin cursor
* @section Functions
* @param $type
* The cursor value to use. Default: auto
* @example
Expand All @@ -54,8 +51,6 @@ $g-cursors: (
/**
* Include a custom cursor
*
* @mixin cursor
* @section Mixins
* @param $type
* The cursor value to use.
* @example
Expand Down

0 comments on commit ec7d6a6

Please sign in to comment.