| Index: third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html b/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
|
| index f58a31242c2d1cf26581e777b4bf957e476b605b..676c387d8c39f50278b8dd5a8e04f1d641ebd2ab 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
|
| +++ b/third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html
|
| @@ -2,6 +2,7 @@
|
| <template id="tmpl-lh-category-score">
|
| <div class="lh-score">
|
| <div class="lh-score__value"><!-- fill me --></div>
|
| + <div class="lh-score__gauge"></div>
|
| <div class="lh-score__header">
|
| <div class="lh-score__snippet">
|
| <span class="lh-score__title"><!-- fill me --></span>
|
| @@ -15,8 +16,8 @@
|
| <template id="tmpl-lh-audit-score">
|
| <div class="lh-score">
|
| <div class="lh-score__value"><!-- fill me --></div>
|
| - <details class="lh-score__header">
|
| - <summary class="lh-score__snippet">
|
| + <details class="lh-score__header lh-expandable-details">
|
| + <summary class="lh-score__snippet lh-expandable-details__summary">
|
| <span class="lh-score__title"><!-- fill me --></span>
|
| <div class="lh-toggle-arrow" title="See audits"></div>
|
| </summary>
|
| @@ -49,6 +50,9 @@
|
| .leftnav-item__score {
|
| background: transparent;
|
| }
|
| + .leftnav-item__score::after {
|
| + content: '';
|
| + }
|
| .leftnav-item__score.lh-score__value--pass {
|
| color: var(--pass-color);
|
| }
|
|
|