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

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

Issue 2881453003: DevTools: update buttons to new style (Closed)
Patch Set: a 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..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;

Powered by Google App Engine
This is Rietveld 408576698