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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css

Issue 2827843002: [Devtools] Network waterfall and grid rows feed bg color from same place (Closed)
Patch Set: changes Created 3 years, 8 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/network/NetworkWaterfallColumn.js ('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/network/networkLogView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
index 5c58da1a717a7f78ac87f285be7d04f43ebf69e5..37842b76b184ddb952558554b3c7624345aad061 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
@@ -56,15 +56,6 @@
background: transparent;
}
-.network-log-grid .odd {
- background: #f5f5f5;
-}
-
-.network-log-grid .network-navigation-row,
-.network-log-grid .network-navigation-row.odd {
- background: #def;
-}
-
.network-log-grid.data-grid td {
height: 41px;
border-left: 1px solid #e1e1e1;
@@ -106,7 +97,6 @@
.network-log-grid.data-grid select {
-webkit-appearance: none;
- background-color: transparent;
border: none;
width: 100%;
color: inherit;
@@ -315,18 +305,6 @@
overflow: hidden;
}
-.network-log-grid.data-grid .data-container tr:not(.data-grid-filler-row):not(.selected).hover {
- background-color: #ebf2fc;
-}
-
-.network-log-grid .network-node-on-initiator-path {
- background-color: hsla(120, 68%, 54%, 0.2) !important;
-}
-
-.network-log-grid .network-node-on-initiated-path {
- background-color: hsla(0, 68%, 54%, 0.2) !important;
-}
-
.network-status-pane {
color: #777;
background-color: white;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698