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

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

Issue 2513753002: [Devtools] Fixed bug on hover waterfall in network panel (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 fe3c989f616cb0f815f023b0754466239c78abf2..3997545e22e92e8ceb706c74af1ef040e6dd467a 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%)
dgozman 2016/11/17 22:14:53 missing semicolon
allada 2016/11/17 23:01:48 Done.
+}
+
.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