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

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

Issue 2389883003: DevTools: hoist debugger paused reason to top (Closed)
Patch Set: re-add stray line Created 4 years, 2 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/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 0496a5ee2143d866d10a9f421610f9d9b2faf297..a459d1bec20cf4b3a47d93ec2b37f9f2625957aa 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -102,27 +102,6 @@
cursor: auto;
}
-.callstack-info {
- text-align: center;
- font-style: italic;
- padding: 6px;
- color: #888;
- pointer-events: none;
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.callstack-info.status {
- border-top: 1px solid rgb(189, 189, 189);
- background-color: rgb(255, 255, 194);
-}
-
-.-theme-with-dark-background .callstack-info.status {
- background-color: hsl(46, 98%, 22%);
- color: #ccc;
-}
-
.watch-expression-delete-button {
width: 10px;
height: 10px;

Powered by Google App Engine
This is Rietveld 408576698