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

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

Issue 270693003: Timeline: make frames in TimelineView selectable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: bail out early if selection is of wrong type Created 6 years, 7 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
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 3322d86c2ae2420234b8e2daf6298021304354f2..83091041ac85f6e1dda11eadbc2b9e365511d373 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -539,7 +539,6 @@
opacity: 0.8;
color: black;
text-align: center;
- padding-top: 3px;
z-index: 220;
pointer-events: auto;
}
@@ -547,6 +546,12 @@
.timeline-frame-strip {
position: absolute;
height: 19px;
+ padding-top: 3px;
+}
+
+.timeline-frame-strip.selected {
+ background-color: rgb(56, 121, 217);
+ color: white;
}
#timeline-grid-header {
« no previous file with comments | « Source/devtools/front_end/timeline/TimelineView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698