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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.css b/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.css
index e7a99b61fe6d470cc5a709562f9faf82e226ab81..47031ff68aeb42e500f9a801ebc675929d398c92 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/serviceWorkerCacheViews.css
@@ -19,18 +19,6 @@
flex: auto;
}
-.service-worker-cache-data-view .data-grid .data-container tr:nth-child(even) {
- background-color: white;
-}
-
-.service-worker-cache-data-view .data-grid .data-container tr:nth-child(odd) {
- background-color: #EAF3FF;
-}
-
-.service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(1) {
- background-color: white;
-}
-
.service-worker-cache-data-view .data-grid .data-container tr:nth-last-child(1) td {
border: 0;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698