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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css

Issue 2894083002: [DevTools] Set row background instead of the table (Closed)
Patch Set: Fixed a comment 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/resources/indexedDBViews.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css b/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
index 1ff147c90d755e113f6d96aeee0b27a3b5556cb2..80ed76557f523ebc540ab675e2795b0bf5224ace 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
@@ -48,14 +48,6 @@
flex: auto;
}
-.indexed-db-data-view .data-grid .data-container tr:nth-child(even) {
- background-color: white;
-}
-
-.indexed-db-data-view .data-grid .data-container tr:nth-child(odd) {
- background-color: #EAF3FF;
-}
-
.indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
background-color: white;
}

Powered by Google App Engine
This is Rietveld 408576698