Introspection tweak

This commit is contained in:
Gregory Schier
2024-02-26 17:24:44 -08:00
parent e1ffc387ea
commit 89793ebe2f
3 changed files with 12 additions and 4 deletions

View File

@@ -183,6 +183,10 @@
.cm-completionIcon {
@apply italic font-mono;
&::after {
content: 'x' !important; /* Default (eg. for GraphQL) */
}
&.cm-completionIcon-class::after {
content: 'o' !important;
}
@@ -258,7 +262,7 @@
}
.cm-completionIcon {
@apply text-sm flex items-center pb-0.5 mr-2 flex-shrink-0;
@apply text-xs flex items-center pb-0.5 flex-shrink-0;
}
.cm-completionLabel {