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

Custom expression editor: don't clobber SQL editor (#19448)

parent a9346b39
No related branches found
No related tags found
No related merge requests found
.ace_content * {
.expression-editor-textfield .ace_content * {
font-family: monospace !important;
}
......@@ -20,10 +20,10 @@
color: var(--color-accent5);
}
.ace_cursor {
.expression-editor-textfield .ace_cursor {
border-left-width: 1px;
}
.ace_hidden-cursors .ace_cursor {
.expression-editor-textfield .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