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..c51f200ca696908bc7ea2d56f00a0f6d60af2b1d 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css |
| @@ -117,18 +117,14 @@ |
| text-align: left; |
| } |
| -.profile-launcher-control { |
| - align-items: center; |
| - flex-wrap: wrap; |
| -} |
| - |
| .profile-launcher-control > * { |
| margin-top: 10px; |
| margin-right: 6px; |
| } |
| -.profile-launcher-control button { |
| +.profile-launcher-view-content button { |
| min-width: 110px; |
| + margin-top: 10px; |
| } |
| .profile-launcher-target { |
| @@ -160,18 +156,6 @@ |
| margin-left: 22px; |
| } |
| -.profile-launcher-view-content button.running { |
|
dgozman
2017/05/15 21:29:00
What happened to running state?
luoe
2017/05/18 21:29:26
Hmm, since it's only used in Memory, I'll move it
|
| - 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 +184,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; |