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

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

Issue 2366423002: [DevTools] Fix left show/hide sidebar button icon. (Closed)
Patch Set: 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 | « no previous file | 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 0fb03c5e4649549c07158206e079a9176a1fe21b..421a7fc518a1aa06c5a6dfb801d0a7f0b1bbb047 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -490,11 +490,11 @@ input.toolbar-item.hover {
}
.toolbar-state-left-show .sidebar-toolbar-item.toolbar-glyph {
- -webkit-mask-position: -168px -76px;
+ -webkit-mask-position: -160px -72px;
}
.toolbar-state-left-hide .sidebar-toolbar-item.toolbar-glyph {
- -webkit-mask-position: -199px -76px;
+ -webkit-mask-position: -192px -72px;
}
.toolbar-state-right-show .sidebar-toolbar-item.toolbar-glyph {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698