diff --git a/lighthouse-core/report/styles/report.css b/lighthouse-core/report/styles/report.css index b111b6298662..d38ebe5efa94 100644 --- a/lighthouse-core/report/styles/report.css +++ b/lighthouse-core/report/styles/report.css @@ -398,10 +398,19 @@ a { font-size: 14px; color: #D0021B; font-style: italic; - margin-top: 8px; padding: 8px 16px; max-width: 90%; - background-color: #eee; + display: inline-flex; + align-items: center; +} + +.report-section__item-debug .info-icon { + height: 18px; + width: 18px; + background: url('data:image/svg+xml;utf8,') no-repeat 50% 50%; + background-size: contain; + opacity: 0.6; + margin-right: 4px; } .report-section__item-help-toggle { diff --git a/lighthouse-core/report/templates/report.html b/lighthouse-core/report/templates/report.html index b89740606bdb..be41b7491c28 100644 --- a/lighthouse-core/report/templates/report.html +++ b/lighthouse-core/report/templates/report.html @@ -130,8 +130,7 @@