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

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

Issue 2834053004: DevTools: Fix timeline overview flickering (Closed)
Patch Set: addressing comment 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/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 0799e943b9e60b6e6e9b8321bcd40540cf10aa0b..bce02d4e312f815d1031b799b715d11e579d30aa 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
@@ -8,7 +8,6 @@
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);
- pointer-events: none;
}
.overview-info .frame .time {
@@ -19,5 +18,3 @@
max-width: 400px;
max-height: 500px;
}
-
-

Powered by Google App Engine
This is Rietveld 408576698