cleanup CSS

This commit is contained in:
Joeri Exelmans 2025-05-28 11:36:55 +02:00
parent 2d95fdf07a
commit 8576f7cb8d

View file

@ -2,8 +2,12 @@
padding: 2px;
position: relative;
}
.editor.error {
border: 1px solid red !important;
.editor.unknown {
border: 1px dashed dodgerblue;
display: inline-block;
}
.editor.error, .editor.unknown.error {
border: 1px solid red;
display: inline-block;
}
@ -18,16 +22,6 @@
width: max-content;
}
.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;
}