-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
report. classnames go 'lighthouse-' to 'lh-' (#2003)
- Loading branch information
Showing
7 changed files
with
92 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
<!-- Lighthouse category score --> | ||
<template id="tmpl-lighthouse-category-score"> | ||
<div class="lighthouse-score"> | ||
<div class="lighthouse-score__value"><!-- fill me --></div> | ||
<div class="lighthouse-score__header"> | ||
<div class="lighthouse-score__snippet"> | ||
<span class="lighthouse-score__title"><!-- fill me --></span> | ||
<template id="tmpl-lh-category-score"> | ||
<div class="lh-score"> | ||
<div class="lh-score__value"><!-- fill me --></div> | ||
<div class="lh-score__header"> | ||
<div class="lh-score__snippet"> | ||
<span class="lh-score__title"><!-- fill me --></span> | ||
</div> | ||
<div class="lighthouse-score__description"><!-- fill me --></div> | ||
<div class="lh-score__description"><!-- fill me --></div> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<!-- Lighthouse audit score --> | ||
<template id="tmpl-lighthouse-audit-score"> | ||
<div class="lighthouse-score"> | ||
<div class="lighthouse-score__value"><!-- fill me --></div> | ||
<details class="lighthouse-score__header"> | ||
<summary class="lighthouse-score__snippet"> | ||
<span class="lighthouse-score__title"><!-- fill me --></span> | ||
<div class="lighthouse-score__arrow" title="See audits"></div> | ||
<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"> | ||
<span class="lh-score__title"><!-- fill me --></span> | ||
<div class="lh-score__arrow" title="See audits"></div> | ||
</summary> | ||
<div class="lighthouse-score__description"><!-- fill me --></div> | ||
<div class="lh-score__description"><!-- fill me --></div> | ||
</details> | ||
</div> | ||
</template> |
Oops, something went wrong.