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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css

Issue 2353033004: [DevTools] Expose left and right toolbar in TabbedPane. (Closed)
Patch Set: review comment Created 4 years, 3 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: third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css b/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
index d9aea618f530d2e2ec7944bda36442e5b29f0bf4..5f8dd58873f022e83f50a4b0895b63f01a762ab8 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css
@@ -98,10 +98,6 @@
pointer-events: none;
}
-.heap-snapshot-view .heap-object-details-header {
- background-color: #eee;
-}
-
.heap-snapshot-view tr:not(.selected) td.object-column span.highlight {
background-color: rgb(255, 255, 200);
}

Powered by Google App Engine
This is Rietveld 408576698