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

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

Issue 2611093002: [Devtools] Fixed bug on hover waterfall in network panel (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 | « no previous file | 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 fe3c989f616cb0f815f023b0754466239c78abf2..1911410de7b797c6dd6a9610e63741512aadaedf 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
@@ -353,7 +353,7 @@
}
.network-waterfall-header:hover {
- background-color: hsl(0, 0%, 90%);
+ background-color: hsla(0, 0%, 10%, 0.1);
}
.network-waterfall-header div {
@@ -367,6 +367,10 @@
font-size: 11px;
}
+.network-waterfall-header:hover .sort-order-icon-container {
+ background-color: hsl(0, 0%, 90%);
+}
+
.network-waterfall-header .sort-order-icon-container {
position: absolute;
top: 1px;
« 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