Skip to content

Commit

Permalink
Fix accordion header color in test report
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 23, 2023
1 parent e33d46c commit ef80862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogc/bblocks/validation/report.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ get_filename = lambda s: basename(urlparse(s).path)
% for i, report in enumerate(reports):
<div class="accordion-item bblock-report" data-bblock-id="${e(report['bblockId'])}" id="bblock-${i}">
<h2 class="accordion-header bblock-title">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#bblock-collapse-${i}">
<button class="accordion-button ${'collapsed' if report['result'] else ''}" type="button" data-bs-toggle="collapse" data-bs-target="#bblock-collapse-${i}">
<div class="flex-fill">
${e(report['bblockName'])}
<small class="ms-2 bblock-id">${e(report['bblockId'])}</small>
Expand Down

0 comments on commit ef80862

Please sign in to comment.