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

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: Update per reviewer comments Created 5 years, 8 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 e8ec5b6b40fdd149499872dfb7f148909eae798e..61086bce5dc3762e7eb06943c2985ccd9d4843a1 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -866,20 +866,3 @@
.timeline-gap {
flex: none;
}
-
-.invalidations-group {
- margin-top: 4px;
- line-height: normal;
-}
-
-.invalidations-group > .header {
- padding-left: 0;
-}
-
-.invalidations-group > .content {
- margin-left: 25px;
-}
-
-.invalidations-group > .content > .node-list {
- border-left: 1px solid #e1e1e1;
-}

Powered by Google App Engine
This is Rietveld 408576698