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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/auditResultTree.css

Issue 2174863003: DevTools: traverse widget hierarchy to reveal views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 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
Index: third_party/WebKit/Source/devtools/front_end/audits/auditResultTree.css
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/auditResultTree.css b/third_party/WebKit/Source/devtools/front_end/audits/auditResultTree.css
index c2a5fd41f602a38f6de0bf23294400634e0b41f6..c618aeb142824b287dadb8f9792e8764c774a50d 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/auditResultTree.css
+++ b/third_party/WebKit/Source/devtools/front_end/audits/auditResultTree.css
@@ -8,8 +8,8 @@
background-image: url(Images/toolbarButtonGlyphs.png);
background-size: 352px 168px;
display: inline-block;
- width: 10px;
- height: 10px;
+ width: 11px;
+ height: 11px;
position: relative;
top: 1px;
margin-right: 4px;

Powered by Google App Engine
This is Rietveld 408576698