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

Unified Diff: Source/devtools/front_end/ui_lazy/timelineGrid.css

Issue 1178563002: DevTools: Refactor network panel overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/ui_lazy/timelineGrid.css
diff --git a/Source/devtools/front_end/ui_lazy/timelineGrid.css b/Source/devtools/front_end/ui_lazy/timelineGrid.css
index 882b357988f64db966f9004ef52660eb4c597a2e..68d0f183ce6c7e0198d6af40b5c63a83e7de782c 100644
--- a/Source/devtools/front_end/ui_lazy/timelineGrid.css
+++ b/Source/devtools/front_end/ui_lazy/timelineGrid.css
@@ -60,3 +60,8 @@
white-space: nowrap;
pointer-events: none;
}
+
+.timeline-grid-header {
+ height: 20px;
+ pointer-events: none;
+}

Powered by Google App Engine
This is Rietveld 408576698