Added a move cursor to the editing state style
This commit is contained in:
parent
1e74502866
commit
2b17953e41
|
@ -18,4 +18,5 @@
|
|||
.visual-console-item.is-editing {
|
||||
border: 2px dashed #33ccff;
|
||||
transform: translateX(-2px) translateY(-2px);
|
||||
cursor: move;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue