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

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

Issue 668683002: DevTools: remove style reuse from flamechart clients, prepare it to become a 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
« no previous file with comments | « Source/devtools/front_end/components/FlameChart.js ('k') | Source/devtools/front_end/heapProfiler.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/flameChart.css
diff --git a/Source/devtools/front_end/flameChart.css b/Source/devtools/front_end/flameChart.css
index c65940b7540636662a57d12aa47bfbd611f8bab0..c27f53051f88b587708fd5b042af5183f10000e4 100644
--- a/Source/devtools/front_end/flameChart.css
+++ b/Source/devtools/front_end/flameChart.css
@@ -1,35 +1,7 @@
-.overview-container {
- overflow: hidden;
- position: absolute;
- top: 0;
- width: 100%;
- height: 80px;
-}
-
-#flame-chart-overview-grid .resources-dividers-label-bar {
- pointer-events: auto;
-}
-
.flame-chart-main-pane {
overflow: hidden;
}
-.flame-chart-overview-pane {
- flex: 0 0 80px !important;
-}
-
-#flame-chart-overview-container {
- border-bottom: 1px solid rgba(0, 0, 0, 0.3);
-}
-
-.flame-chart-overview-canvas {
- position: absolute;
- top: 20px;
- left: 0;
- right: 0;
- bottom: 0;
-}
-
.flame-chart-marker-highlight-element {
position: absolute;
top: 0;
« no previous file with comments | « Source/devtools/front_end/components/FlameChart.js ('k') | Source/devtools/front_end/heapProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698