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

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

Issue 2356423002: [DevTools] Turn WebInspector.Panel into a web component.
Patch Set: partial fixes Created 4 years, 3 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 017b7029a519600d74b50d7117efd4be3ac6ddc0..09e26959b14c9ee72a69dffaf88ccc7d65240a7f 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/profilesPanel.css
@@ -181,7 +181,7 @@ body.inactive .profile-launcher-view-content button.running:not(.toolbar-item) {
margin: 0 0 0 10px !important;
}
-.profiles.panel select.chrome-select {
+.panel select.chrome-select {
font-size: 12px;
width: 150px;
margin-left: 10px;

Powered by Google App Engine
This is Rietveld 408576698