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

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 620d5743e00651385a4a50c59011c4c679e12051..eb908dc42258010bd02e7d5641f364ebb27d60b0 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
@@ -590,8 +590,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 {
@@ -670,4 +670,4 @@
.timeline-landing-warning span[is=ui-icon] {
margin: -8px;
-}
+}

Powered by Google App Engine
This is Rietveld 408576698