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

Unified Diff: Source/devtools/front_end/networkLogView.css

Issue 464813002: DevTools: NetworkPanel: remove noop CSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « no previous file | Source/devtools/front_end/networkPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/networkLogView.css
diff --git a/Source/devtools/front_end/networkLogView.css b/Source/devtools/front_end/networkLogView.css
index 23d3367a956dd5469e16e56d54f01db7249ea031..58e7124d17290040d439128cc6368feedf06a004 100644
--- a/Source/devtools/front_end/networkLogView.css
+++ b/Source/devtools/front_end/networkLogView.css
@@ -71,11 +71,6 @@
.network-log-grid.data-grid th {
border-bottom: 1px solid rgb(205, 205, 205);
border-left: 1px solid rgb(205, 205, 205);
-}
-
-.network-log-grid.data-grid th,
-.network-log-grid.data-grid th.sort-descending,
-.network-log-grid.data-grid th.sort-ascending {
background: white;
}
@@ -576,25 +571,3 @@
#network-container.brief-mode .network-timeline-grid {
display: none;
}
-
-#network-container.brief-mode td,
-#network-container.brief-mode th {
- border-left: none;
-}
-
-#network-container.brief-mode .network-log-grid.data-grid .data-grid-resizer {
- display: none;
-}
-
-#network-container.brief-mode .network-timeline-grid {
- display: none;
-}
-
-#network-container:not(.brief-mode) .data-grid tr.selected {
- background-color: transparent;
- color: #222;
-}
-
-#network-container.brief-mode .data-grid .data-container {
- padding-right: 0;
-}
« no previous file with comments | « no previous file | Source/devtools/front_end/networkPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698