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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/object_ui/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
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 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 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .custom-expandable-section { 7 .custom-expandable-section {
8 display: inline-flex; 8 display: inline-flex;
9 flex-direction: column; 9 flex-direction: column;
10 } 10 }
11 11
12 .custom-expand-icon { 12 .custom-expand-icon {
13 -webkit-user-select: none; 13 -webkit-user-select: none;
14 opacity: 0.5; 14 opacity: 0.5;
15 margin-right: 4px; 15 margin-right: 4px;
16 background: black; 16 background: black;
17 } 17 }
18 18
19 .custom-expandable-section-standard-section { 19 .custom-expandable-section-standard-section {
20 display: inline-flex; 20 display: inline-flex;
21 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698