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

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: 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..e6430ef948416dc3c96e7289810ce5ceb74af465 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -868,8 +868,10 @@
line-height: normal;
}
-.invalidations-group > .header {
- padding-left: 0;
+.invalidations-header > .timeline-expandable-arrow {
+ display: inline-block;
+ margin-right: 5px;
+ top: 0;
}
.invalidations-group > .content {

Powered by Google App Engine
This is Rietveld 408576698