self-host fonts; proper error bubbling

This commit is contained in:
Joeri Exelmans 2025-05-17 18:01:31 +02:00
parent 68104a8102
commit 46baad7cf4
8 changed files with 63 additions and 34 deletions

View file

@ -1,14 +1,18 @@
.editor {
padding: 2px;;
}
.editor.error {
border: 1px solid red;
display: inline-block;
}
.offending .error {
background-color: transparent;
}
.typeSignature {
display: inline-block;
/* display: none; */
/* position: absolute; */
z-index: 1;
/* background-color: white; */
/* border: 1px solid black; */
}
.editor:hover > .typeSignature {
@ -23,9 +27,4 @@
.keyword {
color: blue;
font-weight: bold;
/* vertical-align: top; */
}
* {
/* vertical-align: top; */
}