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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css

Issue 2829923002: DevTools: Base aggregated tree view percentage on the busy time. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
index 8fbe22a6d000196d30375a99197f5b1bb560b42d..98a545dc249d272f28e3e1e7055a96227e2540d3 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -599,8 +599,8 @@
}
.timeline-tree-view .data-grid .selected .background-bar {
- background-color: rgba(255, 255, 255, 0.25);
- border-bottom-color: rgba(255, 255, 255, 0.5);
+ background-color: rgba(255, 255, 255, 0.3);
+ border-bottom-color: rgba(255, 255, 255, 0.9);
}
.timeline-tree-view .timeline-details-view-body .full-widget-dimmed-banner {
@@ -679,4 +679,4 @@
.timeline-landing-warning span[is=ui-icon] {
margin: -8px;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698