jomarko commented on code in PR #2681:
URL:
https://github.com/apache/incubator-kie-tools/pull/2681#discussion_r1822517585
##########
packages/boxed-expression-component/src/table/BeeTable/BeeTable.css:
##########
@@ -203,6 +203,46 @@
border: 0;
}
+.expression-container .table-component tr.evaluation-highlights-row-overlay >
td:first-child::before {
Review Comment:
`first-child` here was my decision to use, otherwise there is problem, when
`then`/ `else` branch has nested decision table, but not all decision table
rules were evaluated. see:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]