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

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

Issue 1157263002: [DevTools] Improve UX of timeline column sort in Network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comments Created 5 years, 7 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/network/NetworkLogView.js ('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/network/networkLogView.css
diff --git a/Source/devtools/front_end/network/networkLogView.css b/Source/devtools/front_end/network/networkLogView.css
index 3c9b6cea90306007bf2a2d132e77c90b51b417dc..862ab2aacacfb7745b654c25b473e5e65bd5c1d0 100644
--- a/Source/devtools/front_end/network/networkLogView.css
+++ b/Source/devtools/front_end/network/networkLogView.css
@@ -110,6 +110,11 @@
padding: 1px 0;
}
+.network-log-grid.data-grid .timeline-column .sort-order-icon-container {
+ right: 15px;
+ pointer-events: none;
+}
+
#network-container:not(.brief-mode) .network-log-grid.data-grid td.name-column:hover {
text-decoration: underline;
}
« no previous file with comments | « Source/devtools/front_end/network/NetworkLogView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698