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

Unified Diff: Source/devtools/front_end/elements/elementsTreeOutline.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 | « no previous file | Source/devtools/front_end/promises/promisePane.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/elementsTreeOutline.css
diff --git a/Source/devtools/front_end/elements/elementsTreeOutline.css b/Source/devtools/front_end/elements/elementsTreeOutline.css
index 6ce620e7239b0fbad1d1ce04f8f8b58a75cc8673..45eeca07aa5bbd738ccc8f79e9bdfb9d517230cf 100644
--- a/Source/devtools/front_end/elements/elementsTreeOutline.css
+++ b/Source/devtools/front_end/elements/elementsTreeOutline.css
@@ -359,6 +359,12 @@ ol:focus li.selected .webkit-html-attribute-name {
cursor: pointer;
}
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+.node-actions-toggle {
+ -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
+}
+} /* media */
+
.gutter-container.has-decorations .node-actions-toggle {
opacity: 0;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/promises/promisePane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698