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

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

Issue 2498023002: [Devtools] Fixed hover color in waterfall in darktheme (Closed)
Patch Set: Created 4 years, 1 month 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 ea2e0fd35e9edf2ba65f044dba8c2b3702497003..7ae8552b61fb2e4bc8db7a5c48b28299e7f6b487 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkLogView.css
@@ -349,7 +349,7 @@
}
.network-waterfall-header:hover {
- background-color:hsla(0, 0%, 80%, .5);
+ background-color: hsl(0, 0%, 90%);
allada 2016/11/14 18:24:08 See: .data-grid th:hover in dataGrid.css
}
.network-waterfall-header div {
« 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