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

Unified Diff: Source/devtools/front_end/components/eventListenersView.css

Issue 1144953005: [DevTools] Extracted EventListenersTreeOutline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/devtools/front_end/components/eventListenersView.css
diff --git a/Source/devtools/front_end/components/eventListenersView.css b/Source/devtools/front_end/components/eventListenersView.css
new file mode 100644
index 0000000000000000000000000000000000000000..1c4a755e1de19b59fd9062383a795a40f406048f
--- /dev/null
+++ b/Source/devtools/front_end/components/eventListenersView.css
@@ -0,0 +1,36 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+.event-listener-tree li {
+ padding: 2px 0 0 5px;
+}
+
+.event-listener-tree {
+ margin-top: 5px;
+}
+
+.event-listener-tree > li {
+ border-top: 1px solid rgb(231, 231, 231);
+}
+
+.event-listener-tree > li:first-of-type {
+ border-top: none;
+}
+
+.event-listener-tree {
+ padding-left: 0 !important;
+}
+
+.event-listener-tree li.parent::before {
+ top: 0 !important;
+}
+
+.event-listener-tree .name {
+ color: rgb(136, 19, 145);
+}
+
+.event-listener-tree-subtitle {
+ float: right;
+}
« no previous file with comments | « Source/devtools/front_end/components/EventListenersView.js ('k') | Source/devtools/front_end/components/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698