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.
8 -webkit-user-select: text
;
11 .computed-style-property {
16 .computed-style-property .property-name {
18 text-overflow: ellipsis
;
22 .computed-style-property .property-value {
26 .computed-style-property-inherited {
37 .trace-link a::before {
38 content: attr
(data-uncopyable
);
39 text-decoration: underline
;
43 text-overflow: ellipsis
;
48 .property-trace-selector {
53 .property-trace-value {
55 display: inline-block
;
58 .property-trace-inactive .property-trace-value::before {
61 border-bottom: 1px solid rgba
(0, 0, 0, 0.35);
68 .tree-outline li.odd-row {
70 background-color: #F5F5F5;
73 .tree-outline, .tree-outline ol {
77 .tree-outline li:hover {
78 background-color: rgb
(235, 242, 252);
82 /* FIXME: Patch TreeElement styles to use flex for title layout. */
86 align-items: baseline
;
89 .tree-outline li::before {
92 -webkit-mask-position: -3px -97px;
93 background-color: rgb
(110, 110, 110);
97 .tree-outline li.parent.expanded::before {
98 -webkit-mask-position: -19px -97px;