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

Unified Diff: Source/devtools/front_end/profiler/profilesPanel.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
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/toolbox_bootstrap/Toolbox.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/profiler/profilesPanel.css
diff --git a/Source/devtools/front_end/profiler/profilesPanel.css b/Source/devtools/front_end/profiler/profilesPanel.css
index 79cc52d66578e6a514a91f5269d4794022691ec1..748f06027f6a0c0856f3263e7f09006613447551 100644
--- a/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/Source/devtools/front_end/profiler/profilesPanel.css
@@ -239,15 +239,6 @@ body.inactive .profile-launcher-view-content button.running:not(.status-bar-item
margin: 0 0 0 10px !important;
}
-.profile-entry-info {
- position: absolute;
- bottom: 20px;
- left: 20px;
- height: 120px;
- background-color: rgba(255, 255, 255, 0.7);
- pointer-events: none;
-}
-
.profiles.panel select.chrome-select {
font-size: 12px;
width: 150px;
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | Source/devtools/front_end/toolbox_bootstrap/Toolbox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698