Skip to content

Commit b2f26d1

Browse files
committed
move disclosure triangles back to the right
1 parent 369b152 commit b2f26d1

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

lighthouse-core/report/v2/report-styles.css

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lighthouse-core/report/v2/templates.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Lighthouse category score -->
22
<template id="tmpl-lh-category-score">
3-
<div class="lh-score">
3+
<div class="lh-score lh-score--category">
44
<div class="lh-score__value"><!-- fill me --></div>
55
<div class="lh-score__gauge"></div>
66
<div class="lh-score__header">
@@ -33,10 +33,10 @@
3333
<div class="lh-sparkline__bar"></div>
3434
</div>
3535
<div class="lh-timeline-metric__header">
36-
<div class="lh-timeline-metric__value"><!-- fill me --></div>
3736
<details class="lh-timeline-metric__details lh-expandable-details">
3837
<summary class="lh-timeline-metric__summary lh-expandable-details__summary">
3938
<span class="lh-timeline-metric__title"><!-- fill me --></span>
39+
<div class="lh-timeline-metric__value"><!-- fill me --></div>
4040
<div class="lh-toggle-arrow" title="See audits"></div>
4141
</summary>
4242
<div class="lh-timeline-metric__description"><!-- fill me --></div>

0 commit comments

Comments
 (0)