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

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

Issue 2893393002: DevTools: migrate ScopeChainSidebarPane to shadow (Closed)
Patch Set: copyright Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2017 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 .scope-chain-sidebar-pane-section-header {
8 flex: auto;
9 }
10
11 .scope-chain-sidebar-pane-section-subtitle {
12 float: right;
13 margin-left: 5px;
14 max-width: 55%;
15 text-overflow: ellipsis;
16 overflow: hidden;
17 }
18
19 .scope-chain-sidebar-pane-section-title {
20 font-weight: normal;
21 word-wrap: break-word;
22 white-space: normal;
23 }
24
25 .scope-chain-sidebar-pane-section {
26 padding: 2px 4px;
27 flex: none;
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698