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

Unified Diff: Source/devtools/front_end/promises/promisePane.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
Index: Source/devtools/front_end/promises/promisePane.css
diff --git a/Source/devtools/front_end/promises/promisePane.css b/Source/devtools/front_end/promises/promisePane.css
index 59075a29b458cb45addf8fc533b9d1f9a0527a22..55a61a699849c2e97857cb09ca2f5177b6fd78a8 100644
--- a/Source/devtools/front_end/promises/promisePane.css
+++ b/Source/devtools/front_end/promises/promisePane.css
@@ -62,6 +62,12 @@
width: 20px;
}
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+.promises .status {
+ -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
+}
+} /* media */
+
.promises .status.rejected {
background-color: rgb(216, 0, 0);
}
« no previous file with comments | « Source/devtools/front_end/elements/elementsTreeOutline.css ('k') | Source/devtools/front_end/ui/tabbedPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698