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

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

Issue 2625223002: [DevTools] Dedicated frontend for debugging Node. (Closed)
Patch Set: test fix Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d71133b8494d4f3edb471ae9a304a997803b786c 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -102,6 +102,20 @@
cursor: auto;
}
+.available-node-targets {
+ height: 22px;
+ display: flex;
+ align-items: center;
+ justify-content: flex-start;
+ padding-left: 20px;
+ border-top: 1px solid #eee;
+ font-style: italic;
+}
+
+.available-node-targets > span {
+ margin-left: 5px;
+}
+
.watch-expression-delete-button {
width: 10px;
height: 10px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/ThreadsSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698