We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a95b1 commit cb9d1b8Copy full SHA for cb9d1b8
src/plugins/cursor.js
@@ -8,6 +8,7 @@ export default function() {
8
'.cursor-wait': { cursor: 'wait' },
9
'.cursor-move': { cursor: 'move' },
10
'.cursor-not-allowed': { cursor: 'not-allowed' },
11
+ '.cursor-text': { cursor: 'text'}
12
},
13
config('modules.cursor')
14
)
0 commit comments