CI job logs: Collapsed sections could be highlighted more

CI job logs have the ability to collapse sections via gitlab-ci.yml. When such sections are collapsed, it is very easy to miss.

Screenshot_2023-01-20_at_3.10.41_PM

Why is this a problem ? When debugging failures, sometimes there's crucial information inside the collapsed section. Sometimes the error itself is in the collapsed section

Proposal

Have collapsed sections be more visually apparent

Maybe something like:

Screenshot_2023-01-20_at_3.17.52_PM

We can also take inspiration from https://en.wikipedia.org/wiki/Code_folding

Edited by Thong Kuah