CSS: need less shadow now that execution trace has its own 'summary'

This commit is contained in:
Joeri Exelmans 2025-10-23 19:58:06 +02:00
parent ab988898c0
commit af60e811fc
4 changed files with 2 additions and 4 deletions

View file

@ -30,7 +30,7 @@ export function RTHistory({trace, setTrace, ast, setTime}: RTHistoryProps) {
const newStates = item.mode.difference(trace.trace[i-1]?.mode || new Set());
return <div
className={"runtimeState" + (i === trace.idx ? " active" : "")}
onClick={() => gotoRt(i, item.simtime)}>
onMouseDown={() => gotoRt(i, item.simtime)}>
<div>
{formatTime(item.simtime)}
&emsp;