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

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

Issue 2890973002: [DevTools] Show icon in top toolbar when Node target is available (Closed)
Patch Set: better, with hover Created 3 years, 7 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 f4a8d8fde53f2a0aa1a3a8501bcf611308b24e2d..6863de6d1e51d96e409deb30075a156aa94b26e6 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/threadsSidebarPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/threadsSidebarPane.css
@@ -4,20 +4,6 @@
* 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;
position: relative;
« 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