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

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

Issue 2893393002: DevTools: migrate ScopeChainSidebarPane 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
Index: third_party/WebKit/Source/devtools/front_end/sources/scopeChainSidebarPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/scopeChainSidebarPane.css b/third_party/WebKit/Source/devtools/front_end/sources/scopeChainSidebarPane.css
new file mode 100644
index 0000000000000000000000000000000000000000..e870f8aaa4ae4e17d270467fb09f2f9d7d2820c9
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/sources/scopeChainSidebarPane.css
@@ -0,0 +1,22 @@
+.scope-chain-sidebar-pane-section-header {
einbinder 2017/05/25 00:12:59 Copyright
luoe 2017/05/27 03:01:32 Thanks, nice catch.
+ flex: auto;
+}
+
+.scope-chain-sidebar-pane-section-subtitle {
+ float: right;
+ margin-left: 5px;
+ max-width: 55%;
+ text-overflow: ellipsis;
+ overflow: hidden;
+}
+
+.scope-chain-sidebar-pane-section-title {
+ font-weight: normal;
+ word-wrap: break-word;
+ white-space: normal;
+}
+
+.scope-chain-sidebar-pane-section {
+ padding: 2px 4px;
+ flex: none;
+}

Powered by Google App Engine
This is Rietveld 408576698