Skip to content

Commit cb9d1b8

Browse files
authored
Adds cursor-text class
1 parent a7a95b1 commit cb9d1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/cursor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default function() {
88
'.cursor-wait': { cursor: 'wait' },
99
'.cursor-move': { cursor: 'move' },
1010
'.cursor-not-allowed': { cursor: 'not-allowed' },
11+
'.cursor-text': { cursor: 'text'}
1112
},
1213
config('modules.cursor')
1314
)

0 commit comments

Comments
 (0)