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

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

Issue 2881453003: DevTools: update buttons to new style (Closed)
Patch Set: find replace updated too! Created 3 years, 7 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 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;

Powered by Google App Engine
This is Rietveld 408576698