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

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

Issue 1461783003: [DevTools] Get rid of floats in treeoutline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 5 years, 1 month 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
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 56648a242fdee6e71e384f618498624e3c212bbc..ccb48a3d0960813cf164e879fc58d074c2b1ec15 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/requestHeadersView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/requestHeadersView.css
@@ -32,7 +32,7 @@
.request-headers-view .outline-disclosure li.parent::before {
position: static;
- width: 9px;
+ width: 13px;
height: 9px;
-webkit-mask-position: -4px -98px;
background-image: none;

Powered by Google App Engine
This is Rietveld 408576698