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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css

Issue 3017523002: Fix uses of /deep/ in trace viewer. (Closed)
Patch Set: fix tests Created 3 years, 3 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: tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
diff --git a/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css b/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
deleted file mode 100644
index fd3711b354a16ad23830d14eb47d4de2e96a0640..0000000000000000000000000000000000000000
--- a/tracing/tracing/ui/extras/chrome/cc/picture_ops_list_view.css
+++ /dev/null
@@ -1,62 +0,0 @@
-/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-* * /deep/ tr-ui-e-chrome-cc-picture-ops-list-view {
- flex-direction: column;
- border-top: 1px solid grey;
- display: flex;
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view > .x-list-view {
- flex: 1 1 auto;
- overflow: auto;
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view > .x-list-view .list-item {
- border-bottom: 1px solid #555;
- font-size: small;
- font-weight: bold;
- padding-bottom: 5px;
- padding-left: 5px;
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
- .x-list-view .list-item:hover {
- background-color: #f0f0f0;
- cursor: pointer;
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
- .x-list-view .list-item > * {
- color: #777;
- font-size: x-small;
- font-weight: normal;
- margin-left: 1em;
- max-width: 300px; /* force long strings to wrap */
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
- .x-list-view .list-item > .elementInfo {
- color: purple;
- font-size: small;
- font-weight: bold;
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view >
- .x-list-view .list-item > .time {
- color: rgb(136, 0, 0);
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view .x-list-view:focus >
- .list-item[beforeSelection] {
- background-color: rgb(171, 217, 202);
- outline: 1px dotted rgba(0, 0, 0, 0.1);
- outline-offset: 0;
-}
-
-* /deep/ tr-ui-e-chrome-cc-picture-ops-list-view .x-list-view >
- .list-item[beforeSelection] {
- background-color: rgb(103, 199, 165);
-}

Powered by Google App Engine
This is Rietveld 408576698