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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css

Issue 2609653002: [DevTools] Migrate CallStackSidebarPane to UI.ListControl. (Closed)
Patch Set: Created 4 years 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/sources/sourcesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
index a459d1bec20cf4b3a47d93ec2b37f9f2625957aa..e22f46b43472d0cb4ccd91402f4607090fc72cc4 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -240,14 +240,6 @@
flex: none;
}
-.hidden-callframes-message {
- text-align: center;
- font-style: italic;
- padding: 4px;
- color: #888;
- background-color: #FFFFC2;
-}
-
.event-listeners-sidebar-pane .toolbar {
border-bottom: 1px solid #eee;
}

Powered by Google App Engine
This is Rietveld 408576698