Skip to content

Commit

Permalink
Rename clickable to cursor-pointer, add auto and not-allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 9, 2017
1 parent 3c31e2a commit d2789b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/generators/cursor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import defineClasses from '../util/defineClasses'

export default function() {
return defineClasses({
'clickable': { 'cursor': 'pointer' },
'cursor-auto': { 'cursor': 'auto' },
'cursor-pointer': { 'cursor': 'pointer' },
'cursor-not-allowed': { 'cursor': 'not-allowed' },
})
}

0 comments on commit d2789b8

Please sign in to comment.