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

Side by Side Diff: tracing/tracing/ui/base/list_and_associated_view.css

Issue 3017523002: Fix uses of /deep/ in trace viewer. (Closed)
Patch Set: fix tests Created 3 years, 2 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 * /deep/ x-list-and-associated-view {
7 flex-direction: row;
8 display: flex;
9 }
10
11 * /deep/ x-list-and-associated-view > .x-list-view {
12 min-width: 100px;
13 }
14
15 * /deep/ x-list-and-associated-view > :nth-child(2) {
16 flex: 1;
17 }
OLDNEW
« no previous file with comments | « tracing/tracing/ui/base/dom_helpers.html ('k') | tracing/tracing/ui/base/list_and_associated_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698