Skip to content

Commit

Permalink
add tooltips to url
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Aug 17, 2017
1 parent 210c514 commit 73e9d19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lighthouse-core/audits/byte-efficiency/unused-css-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ class UnusedCSSRules extends ByteEfficiencyAudit {
const contentPreview = UnusedCSSRules.determineContentPreview(stylesheetInfo.content);
url = {type: 'code', text: contentPreview};
isInline = true;
} else {
url = URL.getURLDisplayName(url);
}

const usage = UnusedCSSRules.computeUsage(stylesheetInfo, isInline);
Expand Down

0 comments on commit 73e9d19

Please sign in to comment.