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

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

Issue 1048663002: [invalidations] Convert invalidations to use TreeOutline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use TreeOutlineInShadow Created 5 years, 9 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 41f444194bb150a678da200dbe01b0b54aacff30..287aa4839d4398286f98ae72cd3e23c4470eab6f 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -863,21 +863,26 @@
flex: none;
}
-.invalidations-group {
- margin-top: 4px;
- line-height: normal;
+.invalidations-tree {
pfeldman 2015/04/07 15:02:09 You should instead create a small dedicated css fi
+ border-left: 1px solid #e1e1e1;
+ padding-left: 5px;
+ width: 100%;
}
-.invalidations-group > .header {
- padding-left: 0;
+.invalidations-tree::shadow .children li::before {
+ display: none;
}
-.invalidations-group > .content {
- margin-left: 25px;
+.invalidations-tree::shadow .content {
+ margin-bottom: 4px;
}
-.invalidations-group > .content > .node-list {
- border-left: 1px solid #e1e1e1;
+.invalidations-tree::shadow .content .stack-preview-container {
+ margin-left: 8px;
+}
+
+.invalidations-tree::shadow .content .node-list {
+ margin-left: 10px;
}
.timeline.panel .status-bar::shadow .timeline-status-bar-group-label {

Powered by Google App Engine
This is Rietveld 408576698