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

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1183483011: DevTools: Support popover on timeline overview. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index 6ef42e8076ecce5cd8d16b0a9b51758870f0f2b8..8ee638a2935e01ef23479b41c7c8ee7cbaa260c6 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -60,7 +60,6 @@
}
.timeline-overview-frames-mode #timeline-overview-grid,
-.timeline-overview-frames-mode .overview-grid-window-area,
.timeline-overview-frames-mode .overview-grid-current-position {
display: none;
}
@@ -868,3 +867,11 @@
max-height: 200px;
cursor: pointer;
}
+
+.timeline-overview-popover .frame .time {
+ display: none;
+}
+
+.timeline-overview-popover .frame .thumbnail img {
+ width: 200px;
caseq 2015/06/16 14:14:49 max-width perhaps?
alph 2015/06/17 09:17:08 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698