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

Unified Diff: Source/devtools/front_end/elements/elementsPanel.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
« no previous file with comments | « Source/devtools/front_end/elements/EventListenersSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/elementsPanel.css
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css
index 2c5b40b840ee96e0f0f2b0e80c7fdcfc3da60617..5de02d1166923f3de206fc95a7f40369b4714abd 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -460,38 +460,6 @@
cursor: text;
}
-.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;
-}
-
.image-preview-container {
background: transparent;
text-align: center;
« no previous file with comments | « Source/devtools/front_end/elements/EventListenersSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698