errors in bottom panel are collapsible

This commit is contained in:
Joeri Exelmans 2025-10-21 10:51:17 +02:00
parent 297905a4af
commit 60a7d12857
6 changed files with 74 additions and 69 deletions

View file

@ -18,7 +18,11 @@ details:open {
details > summary:hover {
background-color: #eee;
cursor: pointer;
cursor: default;
}
.errorStatus details > summary:hover {
background-color: rgb(102, 0, 0);
}
.stateTree > * {
@ -35,9 +39,9 @@ details > summary:hover {
}
/* if <details> has no children (besides the obvious <summary> child), then hide the marker */
details:not(:has(:not(summary))) > summary::marker {
/* details:not(:has(:not(summary))) > summary::marker {
content: " ";
}
} */
.outputEvent {
border: 1px black solid;