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

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

Issue 2902553002: DevTools: migrate EventListenersSidebarPane to shadow (Closed)
Patch Set: 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/EventListenerBreakpointsSidebarPane.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/eventListenerBreakpoints.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css b/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css
index 6162cd53ce206e5932c8c6a451c10ee36ade386a..fe842e2a1f060d094b178b865b972984c38080bd 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/eventListenerBreakpoints.css
@@ -4,6 +4,12 @@
* found in the LICENSE file.
*/
+:host {
einbinder 2017/05/25 00:10:42 Why did this need to move?
luoe 2017/05/27 03:07:58 This style is only used by event listeners sidebar
+ margin: 0;
+ padding: 2px 4px;
+ min-height: 18px;
+}
+
.tree-outline {
padding: 0;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698