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

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

Issue 1450133003: [DevTools] Promote Device Mode v2 to default experiments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks Created 5 years, 1 month 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: 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 4720c2d8cdb5e72837f79ee968501d62aabe3247..97d0cfa2af525cdacf58c432fea80c71d649ef44 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -284,8 +284,14 @@ select.toolbar-item {
}
.emulation-toolbar-item .glyph {
+ -webkit-mask-position: -288px -144px;
+}
+
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+.emulation-toolbar-item .glyph {
-webkit-mask-position: -160px 0;
}
+}
.emulation-toolbar-item.warning::after {
background-image: url(Images/toolbarButtonGlyphs.png);
@@ -551,8 +557,14 @@ button.playback-rate-button {
}
.desktop-toolbar-item .glyph {
+ -webkit-mask-position: -256px -144px;
+}
+
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+.desktop-toolbar-item .glyph {
-webkit-mask-position: -160px -144px;
}
+}
.rotate-screen-toolbar-item .glyph {
-webkit-mask-position: -192px -144px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | third_party/WebKit/Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698