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

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

Issue 423433004: DevTools: move the "Capture *" checkboxes from timeline sidebar to the toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 5 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/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index d3105214b0edbc85df2d3243010cb56251fa6efe..1a9e6bd95a98602116aa19b347a80e5223fd9e76 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -37,16 +37,6 @@
pointer-events: none;
}
-#timeline-overview-panel .split-view-sidebar > label {
- margin: 6px 0 3px 5px;
- height: auto;
- display: flex;
-}
-
-#timeline-overview-panel .split-view-sidebar > label > input {
- margin-right: 6px;
-}
-
.timeline-records-title, .timeline-records-list {
background-color: rgb(236, 236, 236);
}
@@ -282,7 +272,7 @@
}
#timeline-overview-pane {
- flex: none;
+ flex: auto;
position: relative;
overflow: hidden;
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | Source/devtools/front_end/ui/ShortcutRegistry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698