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

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

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed Created 6 years, 1 month 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
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;
-}
« no previous file with comments | « Source/devtools/front_end/components/TimelineGrid.js ('k') | Source/devtools/front_end/components/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698