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

Unified Diff: Source/devtools/front_end/timelinePanel.css

Issue 183763036: TimelineFlameChart: selectRecord implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: done Created 6 years, 10 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: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 5c5e6aef2a5cc9d981bfdebf5e04096b6c408caf..fc925735cb84ef449bd78fad2d53d0e5a06f0ae5 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -804,3 +804,16 @@
.timeline-flamechart-view .flame-chart-main-pane .resources-divider-label {
text-align: center;
}
+
+.timeline-flamechart-selected-element {
+ position: absolute;
+ opacity: 0.5;
+ pointer-events: none;
+ border-color: red;
alph 2014/03/05 12:41:10 May I take a look at a screenshot? Might that happ
+ border-width: 2px;
+ border-style: solid;
+}
+
+.timeline-flamechart {
+ overflow: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698