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

Unified Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css

Issue 2852333005: DevTools: Fix "Unwanted blue dot is seen in 'Performance' section of devtools" (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
index bce02d4e312f815d1031b799b715d11e579d30aa..243435ca3dbf096f0ae4f63aa310684859667985 100644
--- a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
+++ b/third_party/WebKit/Source/devtools/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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698