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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css

Issue 2353033004: [DevTools] Expose left and right toolbar in TabbedPane. (Closed)
Patch Set: review comment Created 4 years, 3 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/ui/inspectorViewTabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css
index 94c7ee4f01e44d434f632354a214a249059a3387..aaa7c73de93ec4d85f914a021008922082aa9f26 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorViewTabbedPane.css
@@ -22,3 +22,7 @@
.tabbed-pane-header-contents {
margin-left: 0;
}
+
+.tabbed-pane-left-toolbar {
+ margin-right: 0 !important;
+}

Powered by Google App Engine
This is Rietveld 408576698