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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes 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
Index: third_party/WebKit/Source/devtools/front_end/components/eventListenersView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/eventListenersView.css b/third_party/WebKit/Source/devtools/front_end/components/eventListenersView.css
deleted file mode 100644
index 4db4d89b896b6dded4fcbc50ecd861896a34f166..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/devtools/front_end/components/eventListenersView.css
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * 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.
- */
-
-.tree-outline-disclosure li {
- padding: 2px 0 0 5px;
- overflow: hidden;
- display: list-item;
- min-height: 17px;
-}
-
-.tree-outline-disclosure > li {
- border-top: 1px solid #f0f0f0;
-}
-
-.tree-outline-disclosure > li:first-of-type {
- border-top: none;
-}
-
-.tree-outline-disclosure {
- padding-left: 0 !important;
- padding-right: 3px;
-}
-
-.tree-outline-disclosure li.parent::before {
- top: 0 !important;
-}
-
-.tree-outline-disclosure .name {
- color: rgb(136, 19, 145);
-}
-
-.event-listener-tree-subtitle {
- float: right;
- margin-left: 5px;
-}
-
-.event-listener-button {
- padding: 0 3px;
- background-color: #f2f2f2;
- border-radius: 3px;
- border: 1px solid #c3c3c3;
- margin-left: 10px;
- display: none;
- cursor: pointer;
-}
-
-.event-listener-button:hover {
- background-color: #e0e0e0;
-}
-
-.tree-outline-disclosure li:hover .event-listener-button {
- display: inline;
-}

Powered by Google App Engine
This is Rietveld 408576698