ljmotta commented on PR #2681:
URL:
https://github.com/apache/incubator-kie-tools/pull/2681#issuecomment-2532726131
@jomarko Thanks for applying the changes.
After manually testing it, I could find a CSS that will highlight as first
discussed:
```css
.expression-container-box .conditional-expression .table-component
tr.evaluation-hits-count-row-overlay > td:first-child::before {
content: "";
position: absolute;
background-color: rgb(215, 201, 255, 0.5);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.expression-container-box .conditional-expression .table-component
tr.evaluation-hits-count-row-overlay > td > div > div > div >
.logic-type-selected-header::before {
content: "";
position: absolute;
background-color: rgb(215, 201, 255, 0.5);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.expression-container-box .decision-table-expression .table-component
tr.evaluation-hits-count-row-overlay > td::before {
content: "";
position: absolute;
background-color: rgb(215, 201, 255, 0.5);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
```

I guess it can be simplified, but I broke into the `conditional-expression`,
`decision-table-expression` and `logic-type-selected-header` CSS.
--
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]