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

Unified Diff: Source/devtools/front_end/components_lazy/filmStripView.css

Issue 1183483011: DevTools: Support popover on timeline overview. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: index-based -> frame-based Created 5 years, 6 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/components_lazy/filmStripView.css
diff --git a/Source/devtools/front_end/components_lazy/filmStripView.css b/Source/devtools/front_end/components_lazy/filmStripView.css
index 485c3b0dfbb0ce96045c03f58bfeece2e13374c9..5c2545b0e7007831aa492530b388d18d995de102 100644
--- a/Source/devtools/front_end/components_lazy/filmStripView.css
+++ b/Source/devtools/front_end/components_lazy/filmStripView.css
@@ -11,6 +11,10 @@
min-height: 60px;
}
+.film-strip-view.time-based .frame .time {
+ display: none;
+}
+
.film-strip-view .label {
margin: auto;
font-size: 18px;
« no previous file with comments | « Source/devtools/front_end/components_lazy/FilmStripView.js ('k') | Source/devtools/front_end/timeline/TimelinePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698