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

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

Issue 1354833002: DevTools: Nuke timeline frame overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/timeline/module.json ('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/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index b3eb40056247493232054bc2c87149f8d77db059..b305982c56e50b391d96a420fc798cedbbfc466a 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -59,21 +59,10 @@
background-color: rgb(255, 255, 255);
}
-.timeline-overview-frames-mode #timeline-overview-grid,
-.timeline-overview-frames-mode .overview-grid-cursor-area,
-.timeline-overview-frames-mode .overview-grid-cursor-position {
- display: none;
-}
-
#timeline-overview-grid .resources-dividers-label-bar {
pointer-events: auto;
}
-.timeline-overview-frames-mode .overview-grid-window,
-.timeline-overview-frames-mode .overview-grid-dividers-background {
- height: 100%;
-}
-
#timeline-container {
border-right: 0 none transparent;
overflow-y: scroll;
@@ -319,10 +308,6 @@
flex-basis: 6px;
}
-#timeline-overview-frames {
- flex-basis: 100px;
-}
-
#timeline-overview-pane {
flex: auto;
position: relative;
@@ -342,12 +327,6 @@
height: 100%;
}
-#timeline-overview-frames canvas {
- z-index: 200;
- opacity: 0.8;
- background-color: rgb(255, 255, 255);
-}
-
#timeline-graphs {
position: absolute;
left: 0;
« no previous file with comments | « Source/devtools/front_end/timeline/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698