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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.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/tabbedPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
index 17dbed8060caf2f27e21b1cc6b5acc0a9fdb7c76..2d72edb4c118efc91346fa4eb0f428c619db6496 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css
@@ -268,3 +268,13 @@
.tabbed-pane-header.tabbed-pane-no-header-background {
background-color: transparent;
}
+
+.tabbed-pane-left-toolbar {
+ margin-right: -4px;
+ flex: none;
+}
+
+.tabbed-pane-right-toolbar {
+ margin-left: -4px;
+ flex: none;
+}

Powered by Google App Engine
This is Rietveld 408576698