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

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

Issue 1530353003: DevTools: jump from computed style to styles sidebar pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline 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/elements/computedStyleSidebarPane.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 efc1ede9cda9366569f7d215ccfa6afbc5104494..b2bcdd483b372d45cec999426c50ddf86fa96d67 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -454,6 +454,10 @@ input.toolbar-item.hover {
-webkit-mask-position: -224px -144px;
}
+.goto-source-toolbar-item.toolbar-glyph {
+ -webkit-mask-position: 0 -120px;
+}
+
.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/elements/computedStyleSidebarPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698