| 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;
|
|
|