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

Unified Diff: Source/devtools/front_end/components/customPreviewSection.css

Issue 1326953002: Devtools [CustomFormatters]: Fix appearance of an arrow on the mac (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/customPreviewSection.css
diff --git a/Source/devtools/front_end/components/customPreviewSection.css b/Source/devtools/front_end/components/customPreviewSection.css
index a1a7629c7adca56f537e246bc2017f2e9adf0ee7..96a7e461c24529b189bc0371a128c62722d7073a 100644
--- a/Source/devtools/front_end/components/customPreviewSection.css
+++ b/Source/devtools/front_end/components/customPreviewSection.css
@@ -22,6 +22,13 @@
text-shadow: none;
}
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+ .custom-expandable-section-header::before {
+ background-image: url(Images/toolbarButtonGlyphs_2x.png);
+ }
+} /* media */
+
+
.custom-expandable-section-header::before {
background-position: -4px -96px;
}
« 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