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

Unified Diff: Source/devtools/front_end/components/flameChart.css

Issue 671463002: DevTools: make flame chart a web component. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test fixed Created 6 years, 2 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/flameChart.css
diff --git a/Source/devtools/front_end/components/flameChart.css b/Source/devtools/front_end/components/flameChart.css
index b583dff3853191db90049de593f2dbc088ce4cee..d06ec5a0950ea866468e915e5517ff0c3a271c47 100644
--- a/Source/devtools/front_end/components/flameChart.css
+++ b/Source/devtools/front_end/components/flameChart.css
@@ -33,7 +33,7 @@
overflow-x: hidden;
}
-body.platform-mac .flame-chart-v-scroll {
+.platform-mac .flame-chart-v-scroll {
position: absolute;
width: 14px;
top: 0;
@@ -54,3 +54,12 @@ body.platform-mac .flame-chart-v-scroll {
.flame-chart-selection-overlay .time-span {
white-space: nowrap;
}
+
+.flame-chart-entry-info {
+ position: absolute;
+ bottom: 20px;
+ left: 20px;
+ height: 120px;
+ background-color: rgba(255, 255, 255, 0.7);
+ pointer-events: none;
+}
« no previous file with comments | « Source/devtools/front_end/components/HelpScreen.js ('k') | Source/devtools/front_end/components/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698