From 59c0d0a40682d47e93c37a59f420754b4bab4098 Mon Sep 17 00:00:00 2001 From: alph Date: Wed, 3 May 2017 14:45:22 -0700 Subject: [PATCH] DevTools: Fix "Unwanted blue dot is seen in 'Performance' section of devtools" NOTRY=true BUG=716337 Review-Url: https://codereview.chromium.org/2852333005 Cr-Commit-Position: refs/heads/master@{#469140} --- front_end/perf_ui/timelineOverviewInfo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/perf_ui/timelineOverviewInfo.css b/front_end/perf_ui/timelineOverviewInfo.css index bce02d4e31..243435ca3d 100644 --- a/front_end/perf_ui/timelineOverviewInfo.css +++ b/front_end/perf_ui/timelineOverviewInfo.css @@ -4,7 +4,7 @@ * found in the LICENSE file. */ -.overview-info { +.overview-info:not(:empty) { display: flex; background: white; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);