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

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

Issue 1172643002: DevTools: migrate sidebar pane's titleElement to use Toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: only using latin1 in css Created 5 years, 6 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: Source/devtools/front_end/sources/sourcesPanel.css
diff --git a/Source/devtools/front_end/sources/sourcesPanel.css b/Source/devtools/front_end/sources/sourcesPanel.css
index ecdc6b6258996a6731a0d1a4568963183882a5dd..b5cb907f01c80e130d7035dd91f157fd0f5031a4 100644
--- a/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/Source/devtools/front_end/sources/sourcesPanel.css
@@ -44,6 +44,7 @@
.scripts-debug-toolbar {
margin-top: -1px;
height: 24px;
+ overflow: hidden;
}
.scripts-debug-toolbar-drawer {
@@ -170,7 +171,6 @@
}
.watch-expressions {
- margin-top: 14px;
overflow-x: hidden;
padding: 3px 6px 6px 0px;
}
« no previous file with comments | « Source/devtools/front_end/sources/serviceWorkersSidebar.css ('k') | Source/devtools/front_end/sources/uiList.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698