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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css

Issue 2856653002: Roll Lighthouse & add error reporting (Closed)
Patch Set: Created 3 years, 8 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/audits2Panel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css b/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css
index a6394e3180d913fe684381013031c921f36915b2..80ee08d2e8b28fb1e4e1f5f58a6c3ad27389e612 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css
+++ b/third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css
@@ -163,6 +163,17 @@ button.new-audit {
content: "";
}
+.audits2-status .icon.error,
+.audits2-status .icon.error::before,
+.audits2-status .icon.error::after {
+ display:none;
+}
+
+.lh-root {
+ --report-menu-width: 0 !important;
+}
+
+
@keyframes spinner-animation {
from { transform: rotate(0); }
to { transform: rotate(360deg); }

Powered by Google App Engine
This is Rietveld 408576698