cleanup CSS
This commit is contained in:
parent
2d95fdf07a
commit
8576f7cb8d
1 changed files with 6 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue