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

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

Issue 2894083002: [DevTools] Set row background instead of the table (Closed)
Patch Set: [DevTools] Set row background instead of the table Created 3 years, 7 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/profilesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
index eb70b40b77f2cb7102b97896ef4ed41e22a00ee4..60fe4013160da0515331880f683abe1f77a3eb3c 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
@@ -34,8 +34,8 @@
position: relative;
}
-.profile-view .data-grid table.data {
- background: white;
+.profile-view .data-grid .data-grid-odd-row {
+ background: transparent;
}
.profile-view .data-grid tr:not(.selected) .highlight {

Powered by Google App Engine
This is Rietveld 408576698