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

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

Issue 2932703002: Revert of [DevTools] Show icon in top toolbar when Node target is available (Closed)
Patch Set: Created 3 years, 6 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/threadsSidebarPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/threadsSidebarPane.css b/third_party/WebKit/Source/devtools/front_end/sources/threadsSidebarPane.css
index 6863de6d1e51d96e409deb30075a156aa94b26e6..f4a8d8fde53f2a0aa1a3a8501bcf611308b24e2d 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/threadsSidebarPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/threadsSidebarPane.css
@@ -3,6 +3,20 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
+.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;
+}
.thread-item {
padding: 3px 8px 3px 20px;
« 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