rename Editor -> ExprBlock

This commit is contained in:
Joeri Exelmans 2025-05-18 11:10:25 +02:00
parent fe83532261
commit 93f665ba8f
9 changed files with 55 additions and 56 deletions

View file

@ -1,39 +0,0 @@
.editor {
padding: 2px;;
}
.editor.error {
border: 1px solid red;
display: inline-block;
}
.editor.unknown {
border: 1px dashed dodgerblue;
display: inline-block;
}
*:hover:not(:has(> *:hover)) {
/* useful for debugging: */
/* border-width: 2px !important; */
}
.offending .error {
background-color: transparent;
}
.typeSignature {
display: inline-block;
z-index: 1;
}
.editor:hover > .typeSignature {
display: inline-block;
}
.commandInput {
width: 30px;
margin-left: 10px;
}
.keyword {
color: blue;
font-weight: bold;
}