Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2/lighthouse/templates.html

Issue 2863533002: DevTools: Roll lighthouse w/ artifact delivery (Closed)
Patch Set: extra roll of css tweaks Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698