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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css

Issue 2337803003: [DevTools] Migrate ProfilesPanel to TreeOutlineInShadow. (Closed)
Patch Set: rebased Created 4 years, 3 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: third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
index 6f88c47983c09ea31646ac88605c4a93ae49987f..017b7029a519600d74b50d7117efd4be3ac6ddc0 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
@@ -72,43 +72,11 @@
border-bottom: 1px solid rgb(202, 202, 202);
}
-.profile-launcher-view-tree-item > .icon {
- width: 4px !important;
- visibility: hidden;
-}
-
.profiles-sidebar-tree-box {
overflow: auto;
flex: auto;
}
-.profiles-sidebar-tree-box > ol {
- overflow: auto;
- flex: auto;
-}
-
-.profile-sidebar-tree-item .icon {
- content: url(Images/profileIcon.png);
-}
-
-.profile-sidebar-tree-item.small .icon {
- content: url(Images/profileSmallIcon.png);
-}
-
-.profile-group-sidebar-tree-item .icon {
- content: url(Images/profileGroupIcon.png);
-}
-
-.sidebar-tree-item .title-container > .save-link {
- text-decoration: underline;
- margin-left: auto;
- display: none;
-}
-
-.sidebar-tree-item.selected .title-container > .save-link {
- display: block;
-}
-
.profile-view {
display: flex;
overflow: hidden;

Powered by Google App Engine
This is Rietveld 408576698