errors in bottom panel are collapsible
This commit is contained in:
parent
297905a4af
commit
60a7d12857
6 changed files with 74 additions and 69 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue