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 |
deleted file mode 100644 |
index d06ec5a0950ea866468e915e5517ff0c3a271c47..0000000000000000000000000000000000000000 |
--- a/Source/devtools/front_end/components/flameChart.css |
+++ /dev/null |
@@ -1,65 +0,0 @@ |
-.flame-chart-main-pane { |
- overflow: hidden; |
-} |
- |
-.flame-chart-marker-highlight-element { |
- position: absolute; |
- top: 0; |
- height: 20px; |
- width: 4px; |
- margin: 0 -2px; |
- content: ""; |
- display: block; |
-} |
- |
-.flame-chart-highlight-element { |
- background-color: black; |
- position: absolute; |
- opacity: 0.2; |
- pointer-events: none; |
-} |
- |
-.flame-chart-selected-element { |
- position: absolute; |
- pointer-events: none; |
- border-color: rgb(56, 121, 217); |
- border-width: 2px; |
- border-style: solid; |
- background-color: rgba(56, 121, 217, 0.2); |
-} |
- |
-.flame-chart-v-scroll { |
- flex: 0 0 14px; |
- overflow-x: hidden; |
-} |
- |
-.platform-mac .flame-chart-v-scroll { |
- position: absolute; |
- width: 14px; |
- top: 0; |
- right: 0; |
- bottom: 0; |
-} |
- |
-.flame-chart-selection-overlay { |
- position: absolute; |
- z-index: 100; |
- background-color: rgba(56, 121, 217, 0.3); |
- border-color: rgb(16, 81, 177); |
- border-width: 1px; |
- border-style: solid; |
- pointer-events:none; |
-} |
- |
-.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; |
-} |