File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,15 +55,16 @@ div.ExecutionVisualizer table.queueTbl td.queueLElt {
5555 border-left : 1px dashed # 555555 ;
5656}
5757
58- /* TODO: update this to reflect the addition of queue and stack types.
59- only add a border to dicts if they're embedded within another object
60- div.ExecutionVisualizer td.listElt table.dictTbl,
61- div.ExecutionVisualizer td.tupleElt table.dictTbl,
62- div.ExecutionVisualizer td.dictVal table.dictTbl,
63- div.ExecutionVisualizer td.instVal table.dictTbl,
64- div.ExecutionVisualizer td.classVal table.dictTbl {
58+ /* This ensures a border is drawn around a dict
59+ if its nested in another object. */
60+ div .ExecutionVisualizer td .stackElt table .dictTbl ,
61+ div .ExecutionVisualizer td .stackLElt table .dictTbl ,
62+ div .ExecutionVisualizer td .stackFElt table .dictTbl ,
63+ div .ExecutionVisualizer td .queueElt table .dictTbl ,
64+ div .ExecutionVisualizer td .queueLElt table .dictTbl ,
65+ div .ExecutionVisualizer td .queueFElt table .dictTbl {
6566 border : 1px # 888 solid;
66- } */
67+ }
6768
6869div .ExecutionVisualizer .highlight-cur {
6970 background-color : # FFFF66 ;
You can’t perform that action at this time.
0 commit comments