Skip to content
Snippets Groups Projects
Unverified Commit 9732fa6b authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Custom expression editor: make the I-beam cursor more subtle (#19294)

parent 58d081bb
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,11 @@
.ace-tm .ace_variable {
color: var(--color-brand);
}
.ace_cursor {
border-left-width: 1px;
}
.ace_hidden-cursors .ace_cursor {
opacity: 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment