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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.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/sources/sourcesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
index 05b34eced600c51968282b4f0f24369a3a71549b..70f415e70cbf6cac3a959764f3946e13630f8b03 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -233,10 +233,6 @@
white-space: normal;
}
-.scope-chain-sidebar-pane-section {
- padding: 2px 4px 2px 4px;
-}
-
.scope-chain-sidebar-pane-section-subtitle {
float: right;
margin-left: 5px;
@@ -253,7 +249,6 @@
.scope-chain-sidebar-pane-section {
padding: 2px 4px 2px 4px;
- overflow: hidden;
}
.hidden-callframes-message {

Powered by Google App Engine
This is Rietveld 408576698