Added a move cursor to the editing state style

This commit is contained in:
Alejandro Gallardo Escobar 2019-06-11 15:08:10 +02:00
parent 1e74502866
commit 2b17953e41
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@
.visual-console-item.is-editing {
border: 2px dashed #33ccff;
transform: translateX(-2px) translateY(-2px);
cursor: move;
}