self-host fonts; proper error bubbling
This commit is contained in:
parent
68104a8102
commit
46baad7cf4
8 changed files with 63 additions and 34 deletions
|
|
@ -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; */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue