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

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

Issue 671463002: DevTools: make flame chart a web component. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/flameChart.css
diff --git a/Source/devtools/front_end/flameChart.css b/Source/devtools/front_end/flameChart.css
index c27f53051f88b587708fd5b042af5183f10000e4..f1800b79a3337bf20840dc8adac77be7f63696da 100644
--- a/Source/devtools/front_end/flameChart.css
+++ b/Source/devtools/front_end/flameChart.css
@@ -33,10 +33,19 @@
overflow-x: hidden;
}
-body.platform-mac .flame-chart-v-scroll {
+.platform-mac .flame-chart-v-scroll {
position: absolute;
width: 14px;
top: 0;
right: 0;
bottom: 0;
}
+
+.flame-chart-entry-info {
+ position: absolute;
+ bottom: 20px;
+ left: 20px;
+ height: 120px;
+ background-color: rgba(255, 255, 255, 0.7);
+ pointer-events: none;
+}

Powered by Google App Engine
This is Rietveld 408576698