From cb9d1b88bed2ecc2434ff1017526697037144b27 Mon Sep 17 00:00:00 2001 From: Marina Mosti Date: Wed, 20 Mar 2019 16:12:03 -0600 Subject: [PATCH] Adds cursor-text class --- src/plugins/cursor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/cursor.js b/src/plugins/cursor.js index aae914fb1055..2de4663e7b4c 100644 --- a/src/plugins/cursor.js +++ b/src/plugins/cursor.js @@ -8,6 +8,7 @@ export default function() { '.cursor-wait': { cursor: 'wait' }, '.cursor-move': { cursor: 'move' }, '.cursor-not-allowed': { cursor: 'not-allowed' }, + '.cursor-text': { cursor: 'text'} }, config('modules.cursor') )