action #162488
Updated by okurz 6 months ago
## Observation
From https://suse.slack.com/archives/C02CANHLANP/p1718781077442299 . jpupava observed that the highlighting of dependencies in cluster tests that is shown with red and blue color while hovering over the "merge" icon on /tests and /tests/overview does not work anymore after the bootstrap 4->5 upgrade in #159408. Probably "highlight_parent" and "highlight_child" classes are still added to the table rows but not correctly styled anymore.
## Steps to reproduce
* Go to https://openqa.opensuse.org/tests/overview?arch=&flavor=&machine=&test=&modules=&module_re=&group_glob=¬_group_glob=&comment=&distri=opensuse&groupid=1&version=Tumbleweed# , hover over the "merge" icons of probably dependendant jobs, observe that there is no more blue+red highlighting of other jobs showing up anymore
## Expected result
* "last good":
* ![cursor over qam-mail-thunderbird (child)](https://progress.opensuse.org/attachments/download/17885/parent.png)
* ![cursor over qam-regression-installation-SLED (parent) ](https://progress.opensuse.org/attachments/download/17888/children.png)
## Suggestions
* Take a look how classes "highlight_parent" and "highlight_child" are applied in the HTML template files and look for corresponding CSS matches
Back