From 4756bdf8ae2f7cbb3571dd049f9c4a30f0483b61 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Thu, 14 Mar 2019 10:02:03 -0700 Subject: [PATCH] renderer: fix PWA badge flicker --- lighthouse-core/report/html/report-styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index 7915e7bd05cf..0c579479e696 100644 --- a/lighthouse-core/report/html/report-styles.css +++ b/lighthouse-core/report/html/report-styles.css @@ -801,7 +801,9 @@ } .lh-scores-header .lh-gauge--pwa__wrapper { - border-left: 1px solid var(--report-secondary-border-color) + border-left: 1px solid var(--report-secondary-border-color); + /* Can remove when this bug is resolved: https://bugs.chromium.org/p/chromium/issues/detail?id=942097 */ + will-change: transform; } .lh-scorescale {