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

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

Issue 659403003: Timeline: add layer tree outline to layer details view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed layersPanel.css altogether Created 6 years, 2 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/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 7573530ae1e77f319318955fbba10ee3eb17766a..b90fbacf92830cabc03a37a9fb9700fac23720fa 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -744,6 +744,38 @@
align-items: center;
}
+.layer-tree.outline-disclosure {
+ z-index: 10;
+}
+
+.layer-tree.outline-disclosure > ol,
+.profiler-log-view > ol {
+ margin-left: -12px;
+}
+
+.layer-tree.outline-disclosure ol.children,
+.profiler-log-view ol.children {
+ padding-left: 12px;
+}
+
+.layer-tree.outline-disclosure li,
+.profiler-log-view li {
+ margin-top: 0;
+ margin-bottom: 0;
+ padding: 1 1 1 14px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
+
+.timeline-paint-profiler-view .outline-disclosure ol.children {
+ padding-left: 12px;
+}
+
+.layer-tree.outline-disclosure .dimmed {
+ opacity: 0.6;
+}
+
.layers-3d-view {
overflow: hidden;
-webkit-user-select: none;
@@ -842,19 +874,6 @@
display: block;
}
-.timeline-paint-profiler-view .outline-disclosure li {
- margin-top: 0;
- margin-bottom: 0;
- padding: 1px 1px 1px 14px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-.timeline-paint-profiler-view .outline-disclosure ol.children {
- padding-left: 12px;
-}
-
.paint-profiler-image-view {
overflow: hidden;
}
« 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