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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index b1b49cec71fc42f1f57e375d9b5b6cbb017c6458..0fb03c5e4649549c07158206e079a9176a1fe21b 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -489,6 +489,22 @@ input.toolbar-item.hover {
-webkit-mask-position: 0 -120px;
}
+.toolbar-state-left-show .sidebar-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -168px -76px;
+}
+
+.toolbar-state-left-hide .sidebar-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -199px -76px;
+}
+
+.toolbar-state-right-show .sidebar-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -288px -72px;
+}
+
+.toolbar-state-right-hide .sidebar-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -256px -72px;
+}
+
.toolbar-state-on .record-toolbar-item.toolbar-glyph,
.toolbar-state-active .filter-toolbar-item.toolbar-glyph,
.toolbar-state-active .block-toolbar-item.toolbar-glyph {
@@ -505,4 +521,4 @@ span.toolbar-select-container.toolbar-item.warning {
background: #ffd7d7;
padding: 0 5px 0 0;
margin-right: 1px;
-}
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698