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

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

Issue 183763036: TimelineFlameChart: selectRecord implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 10 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 | « Source/devtools/front_end/flameChart.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 5c5e6aef2a5cc9d981bfdebf5e04096b6c408caf..91e432b308d2e0f38023f7755b28417f63032c6a 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -793,10 +793,6 @@
margin-left: 20px;
}
-.flame-chart-main-pane {
- overflow: hidden;
-}
-
.timeline-flamechart-view #timeline-overview-grid {
display: none;
}
@@ -804,3 +800,7 @@
.timeline-flamechart-view .flame-chart-main-pane .resources-divider-label {
text-align: center;
}
+
+.timeline-flamechart {
+ overflow: hidden;
+}
« no previous file with comments | « Source/devtools/front_end/flameChart.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698