#71: Added more skipped branch checks. Need to fix visited in worker
This commit is contained in:
@@ -113,6 +113,16 @@ const data = [{
|
||||
'background-color': '#77b0d0',
|
||||
},
|
||||
},
|
||||
{
|
||||
selector: '.skipped-highlight',
|
||||
css: {
|
||||
'background-color': 'grey',
|
||||
'border-color': 'grey',
|
||||
'border-width': '8px',
|
||||
'transition-property': 'background-color',
|
||||
'transition-duration': '0.5s',
|
||||
},
|
||||
},
|
||||
{
|
||||
selector: '.success-highlight',
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user