Skip to content

Commit

Permalink
Add cursor style
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhu94 committed Dec 15, 2018
1 parent ddcd28f commit 1a825ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/console/style/index.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 1a825ce

Please sign in to comment.