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

Unified Diff: tracing/tracing/ui/extras/chrome/cc/layer_picker.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/layer_picker.css
diff --git a/tracing/tracing/ui/extras/chrome/cc/layer_picker.css b/tracing/tracing/ui/extras/chrome/cc/layer_picker.css
deleted file mode 100644
index 205b49458f9368d5dfa9ac0ced8e082cbbc72606..0000000000000000000000000000000000000000
--- a/tracing/tracing/ui/extras/chrome/cc/layer_picker.css
+++ /dev/null
@@ -1,43 +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-layer-picker {
- flex-direction: column;
- display: flex;
-}
-
-* /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls {
- flex: 0 0 auto;
- background-image: -webkit-gradient(linear,
- 0 0, 100% 0,
- from(#E5E5E5),
- to(#D1D1D1));
- border-bottom: 1px solid #8e8e8e;
- border-top: 1px solid white;
- display: inline;
- font-size: 14px;
- padding-left: 2px;
-}
-
-* /deep/ tr-ui-e-chrome-cc-layer-picker > top-controls input[type='checkbox'] {
- vertical-align: -2px;
-}
-
-* /deep/ tr-ui-e-chrome-cc-layer-picker > .x-list-view {
- flex: 1 1 auto;
- font-family: monospace;
- overflow: auto;
-}
-
-* /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view {
- flex: 0 0 auto;
- height: 200px;
- overflow: auto;
-}
-
-* /deep/ tr-ui-e-chrome-cc-layer-picker > tr-ui-a-generic-object-view * {
- -webkit-user-select: text !important;
- cursor: text;
-}
« no previous file with comments | « tracing/tracing/ui/extras/chrome/cc/display_item_list_view.html ('k') | tracing/tracing/ui/extras/chrome/cc/layer_picker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698