Skip to content

Commit

Permalink
delete code not needed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 9, 2019
1 parent 3848221 commit 774de08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion lighthouse-core/report/html/renderer/details-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class DetailsRenderer {
for (const childValue of values) {
const childValueElement = this._renderTableValue(childValue, heading);
if (!childValueElement) continue;
childValueElement.classList.add('lh-multi-value-entry'); // TODO style with borders
childValueElement.classList.add('lh-multi-value-entry');
valueElement.appendChild(childValueElement);
}
return valueElement;
Expand Down
16 changes: 0 additions & 16 deletions lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@
display: none !important;
}

.lh-root pre {
margin: 0;
}

.lh-root details > summary {
cursor: pointer;
}
Expand Down Expand Up @@ -1410,18 +1406,6 @@
text-decoration: underline dotted #999;
}

.lh-external-viz {
fill: var(--color-gray-700);
}
.lh-external-viz:hover {
cursor: pointer;
opacity: 0.7;
}

/* .lh-multi-value-entry:nth-child(2n) {
background: var(--color-gray-200);
} */

.lh-multi-values:not(:first-child) .lh-multi-value-entry {
margin-left: 20px;
color: var(--color-gray-700);
Expand Down

0 comments on commit 774de08

Please sign in to comment.