From 1a825ce0d65bdcece484a4a1a9657266726b15b2 Mon Sep 17 00:00:00 2001 From: madhu94 Date: Sat, 15 Dec 2018 20:24:35 +0530 Subject: [PATCH] Add cursor style --- packages/console/style/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/console/style/index.css b/packages/console/style/index.css index a44027a781d4..220a7684c07a 100644 --- a/packages/console/style/index.css +++ b/packages/console/style/index.css @@ -47,6 +47,7 @@ .jp-CodeConsole-content .jp-Cell:not(.jp-mod-active) .jp-InputPrompt { opacity: var(--jp-cell-prompt-not-active-opacity); color: var(--jp-cell-inprompt-font-color); + cursor: move; } .jp-CodeConsole-content .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt {