Skip to content

Commit df01f22

Browse files
committed
polish(editor): hide not active cursor
1 parent 56bd929 commit df01f22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/renderer/assets/scss/ace.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@
2222
border-left: 1px solid var(--color-border);
2323
}
2424
}
25+
.ace_hidden-cursors {
26+
opacity: 0
27+
}

0 commit comments

Comments
 (0)