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

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

Issue 461383002: DevTools: NetworkPanel: remove unused 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/networkPanel.css
diff --git a/Source/devtools/front_end/networkPanel.css b/Source/devtools/front_end/networkPanel.css
index 5933feb40323e86e44ea8dd190d303728de543af..f1acd96c76e5f7ff88ac2b4fed1ab88709bb48f1 100644
--- a/Source/devtools/front_end/networkPanel.css
+++ b/Source/devtools/front_end/networkPanel.css
@@ -51,17 +51,6 @@
display: block;
}
-.network.panel .sidebar {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- width: auto;
- border: none;
- background: inherit;
-}
-
.network.panel .data-grid th.sort-descending,
.network.panel .data-grid th.sort-ascending {
background: white;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698