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

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

Issue 1563113002: DevTools: add a navigator menu with grouping options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/softContextMenu.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 1f56cf5a3ff75dc35b2835550055067a7781e0a9..dc3babb651daebb7035bbc0bdc4116793aff9756 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -293,10 +293,6 @@ input.toolbar-item.hover {
-webkit-mask-position: -224px 0;
}
-.edit-toolbar-item.toolbar-glyph {
- -webkit-mask-position: -224px -72px;
-}
-
.record-toolbar-item.toolbar-glyph {
-webkit-mask-position: -288px 0;
}
@@ -476,6 +472,18 @@ input.toolbar-item.hover {
-webkit-mask-position: -288px -96px;
}
+.frame-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -256px -144px;
+}
+
+.domain-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -160px -144px;
+}
+
+.folder-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: -224px -144px;
+}
+
.toolbar-state-on .record-toolbar-item.toolbar-glyph,
.toolbar-state-active .filter-toolbar-item.toolbar-glyph,
.toolbar-state-active .block-toolbar-item.toolbar-glyph {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698