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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.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/sourcesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
index f47ab98f3bc7cd33a18f81544a414be6ff8cd750..cc1be1f0685cf161630665305ee74d4893701658 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -169,43 +169,6 @@
margin-top: 0px;
}
-.scope-chain-sidebar-pane-section-header {
- flex: auto;
-}
-
-.scope-chain-sidebar-pane-section-subtitle {
einbinder 2017/05/25 00:13:00 This code was pasted twice? That's silly.
luoe 2017/05/27 03:01:32 Acknowledged.
- 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-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 2px 4px;
- flex: none;
-}
-
.event-listeners-sidebar-pane .toolbar {
border-bottom: 1px solid #eee;
}

Powered by Google App Engine
This is Rietveld 408576698