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

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

Issue 1304173004: Devtools UI: Add node-specific actions into a ghost toolbar in DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/devtools/front_end/ui/toolbar.css
diff --git a/Source/devtools/front_end/ui/toolbar.css b/Source/devtools/front_end/ui/toolbar.css
index 9833ec36d44a09030e2c89dac8fdb1c044b653a4..019456a8edc5068104f6f83230528cfa572fde57 100644
--- a/Source/devtools/front_end/ui/toolbar.css
+++ b/Source/devtools/front_end/ui/toolbar.css
@@ -272,6 +272,17 @@ select.toolbar-item {
-webkit-mask-position: -192px -24px;
}
+.horizontal-dots-toolbar-item .glyph {
+ -webkit-mask-position: -201px -26px;
+ /* -webkit-mask-size: 352px 168px; */
+ width: 16.25px;
+ height: 20px;
+ transform: scale(0.8) rotate(90deg);
+ position: absolute;
+ top: -3px;
+ left: 0;
+}
+
.node-search-toolbar-item .glyph {
-webkit-mask-position: -320px -120px;
}

Powered by Google App Engine
This is Rietveld 408576698