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

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

Issue 1154623005: DevTools: polish event listeners pane UI. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
index 078a290f0061dbc858dc618a262fcf26218a99ac..48bea5a023fbf27035d371b8ccb0e934a35f379f 100644
--- a/Source/devtools/front_end/components/eventListenersView.css
+++ b/Source/devtools/front_end/components/eventListenersView.css
@@ -13,7 +13,7 @@
}
.event-listener-tree > li {
- border-top: 1px solid rgb(231, 231, 231);
+ border-top: 1px solid #f0f0f0;
}
.event-listener-tree > li:first-of-type {
@@ -22,6 +22,7 @@
.event-listener-tree {
padding-left: 0 !important;
+ padding-right: 3px;
}
.event-listener-tree li.parent::before {
@@ -34,4 +35,4 @@
.event-listener-tree-subtitle {
float: right;
-}
+}
« no previous file with comments | « Source/devtools/front_end/components/EventListenersView.js ('k') | Source/devtools/front_end/screencast/ScreencastView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698