| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2015 The Chromium Authors. All rights reserved. | 2 * Copyright 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 .sidebar-pane.accessibility-computed { | 7 .sidebar-pane.accessibility-computed { |
| 8 background-color: rgba(0, 0, 0, 0.03); | 8 background-color: rgba(0, 0, 0, 0.03); |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 | 51 |
| 52 span.ax-internal-role { | 52 span.ax-internal-role { |
| 53 font-style: italic; | 53 font-style: italic; |
| 54 } | 54 } |
| 55 | 55 |
| 56 .ax-ignored-info { | 56 .ax-ignored-info { |
| 57 padding: 6px; | 57 padding: 6px; |
| 58 } | 58 } |
| 59 | 59 |
| 60 .ax-ignored-node-pane { | 60 .ax-ignored-node-pane { |
| 61 background-color: hsl(0, 0%, 96%); |
| 61 flex: none; | 62 flex: none; |
| 62 } | 63 } |
| 63 | 64 |
| 64 .ax-tree-ignored-node { | |
| 65 font-style: italic; | |
| 66 } | |
| 67 | |
| 68 .tree-outline li { | 65 .tree-outline li { |
| 69 padding-left: 1px; | 66 padding-left: 1px; |
| 70 align-items: baseline; | 67 align-items: baseline; |
| 71 } | 68 } |
| 72 | 69 |
| 73 .tree-outline li.property { | 70 .tree-outline li.property { |
| 74 color: rgb(33, 33, 33); | 71 color: rgb(33, 33, 33); |
| 75 } | 72 } |
| 76 | 73 |
| 77 .tree-outline li.invalid { | 74 .tree-outline li.invalid { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 105 margin-left: -11px; | 102 margin-left: -11px; |
| 106 } | 103 } |
| 107 | 104 |
| 108 .ax-value-string { | 105 .ax-value-string { |
| 109 color: rgb(200, 0, 0); | 106 color: rgb(200, 0, 0); |
| 110 } | 107 } |
| 111 | 108 |
| 112 .sidebar-pane-stack .sidebar-pane { | 109 .sidebar-pane-stack .sidebar-pane { |
| 113 padding-left: 4px; | 110 padding-left: 4px; |
| 114 } | 111 } |
| OLD | NEW |