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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css

Issue 2652893008: DevTools: fix network waterfall sorting icon (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
index 73a9653197659ce8d5ee47686759406cdbe4d2fc..a434b65c0edc0481197a35b3db260cbda276b6d8 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
@@ -389,6 +389,12 @@
display: none;
}
+@media (-webkit-min-device-pixel-ratio: 1.1) {
+.network-waterfall-header .sort-order-icon {
+ background-image: url(Images/toolbarButtonGlyphs_2x.png);
+}
+} /* media */
+
.network-waterfall-header .sort-ascending.sort-order-icon {
display: block;
background-position: -4px -111px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698