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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components/customPreviewComponent.css

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 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 (c) 2015 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 .custom-expandable-section {
8 display: inline-flex;
9 flex-direction: column;
10 }
11
12 .custom-expand-icon {
13 -webkit-user-select: none;
14 opacity: 0.5;
15 margin-right: 4px;
16 background: black;
17 }
18
19 .custom-expandable-section-standard-section {
20 display: inline-flex;
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698