Chromium Code Reviews| 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 eb70b40b77f2cb7102b97896ef4ed41e22a00ee4..ceb8ba7d0b9b0da240f6db6beb22dd89a226177c 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| @@ -127,8 +127,9 @@ |
| margin-right: 6px; |
| } |
| -.profile-launcher-control button { |
| +.profile-launcher-view-content button { |
|
luoe
2017/05/12 03:06:48
I've moved the 'take snapshot' / 'start' button to
|
| min-width: 110px; |
| + margin-top: 10px; |
| } |
| .profile-launcher-target { |
| @@ -160,18 +161,6 @@ |
| margin-left: 22px; |
| } |
| -.profile-launcher-view-content button.running { |
| - color: hsl(0, 100%, 58%); |
| -} |
| - |
| -.profile-launcher-view-content button.running:hover { |
| - color: hsl(0, 100%, 42%); |
| -} |
| - |
| -body.inactive .profile-launcher-view-content button.running:not(.toolbar-item) { |
| - color: rgb(220, 130, 130); |
| -} |
| - |
| .highlighted-row { |
| -webkit-animation: row_highlight 2s 0s; |
| } |
| @@ -200,12 +189,6 @@ body.inactive .profile-launcher-view-content button.running:not(.toolbar-item) { |
| width: 150px; |
| } |
| -button.load-profile { |
| - margin-top: 10px; |
| - min-width: 110px; |
| -} |
| - |
| - |
| .cpu-profile-flame-chart-overview-container { |
| overflow: hidden; |
| position: absolute; |