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

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

Issue 1832413002: DevTools: Address empty query parameters being displayed fugly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback on code style and string injection Created 4 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/network/RequestHeadersView.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/requestHeadersView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/requestHeadersView.css b/third_party/WebKit/Source/devtools/front_end/network/requestHeadersView.css
index ccb48a3d0960813cf164e879fc58d074c2b1ec15..468b02cfd2ef97c92a9d98a02e224c393f8257bd 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/requestHeadersView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/requestHeadersView.css
@@ -103,6 +103,10 @@
margin-top: 1px;
}
+.request-headers-view .outline-disclosure .empty-request-header {
+ color: rgba(33%, 33%, 33%, 0.5);
+}
+
.resource-status-image {
margin-top: -2px;
margin-right: 3px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/RequestHeadersView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698