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

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

Issue 1342243006: Devtools UI: Add high DPI chevron overflow icon (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
« no previous file with comments | « Source/devtools/front_end/promises/promisePane.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/tabbedPane.css
diff --git a/Source/devtools/front_end/ui/tabbedPane.css b/Source/devtools/front_end/ui/tabbedPane.css
index edd074eaabeb3741b23124830ea24517903ca040..19dcc14539020267b2b9e473d613b3776c0889b9 100644
--- a/Source/devtools/front_end/ui/tabbedPane.css
+++ b/Source/devtools/front_end/ui/tabbedPane.css
@@ -155,7 +155,7 @@
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
-.tabbed-pane-header-tabs-drop-down-container {
+.tabbed-pane-header-tabs-drop-down-container > .glyph {
-webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
}
} /* media */
« no previous file with comments | « Source/devtools/front_end/promises/promisePane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698