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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css

Issue 2157713002: DevTools: introduce View: a named widget with the toolbar. (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 deaee017dba0025ad9b34988b474b9298398cc7e..05b34eced600c51968282b4f0f24369a3a71549b 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -109,7 +109,6 @@
.callstack-info {
text-align: center;
font-style: italic;
- font-size: 90%;
padding: 6px;
color: #888;
pointer-events: none;
@@ -144,7 +143,6 @@
.watch-expressions {
overflow-x: hidden;
- padding: 3px 6px 6px 0px;
}
.watch-expressions .dimmed {
@@ -167,6 +165,7 @@
position: relative;
padding: 1px 0px 1px 6px;
flex: none;
+ min-height: 20px;
}
.watch-expressions .name {
@@ -256,3 +255,11 @@
padding: 2px 4px 2px 4px;
overflow: hidden;
}
+
+.hidden-callframes-message {
+ text-align: center;
+ font-style: italic;
+ padding: 4px;
+ color: #888;
+ background-color: #FFFFC2;
+}

Powered by Google App Engine
This is Rietveld 408576698