OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2016 The Chromium Authors. All rights reserved. | 2 * Copyright 2016 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 :host { | 7 :host { |
8 padding: 0; | 8 padding: 0; |
9 margin: 0; | 9 margin: 0; |
10 } | 10 } |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 background-color: #F1EA00; | 84 background-color: #F1EA00; |
85 } | 85 } |
86 | 86 |
87 :host-context(.-theme-with-dark-background) li.search-match .highlighted-match { | 87 :host-context(.-theme-with-dark-background) li.search-match .highlighted-match { |
88 background-color: hsl(133, 100%, 30%) !important; | 88 background-color: hsl(133, 100%, 30%) !important; |
89 } | 89 } |
90 | 90 |
91 .tree-outline a { | 91 .tree-outline a { |
92 text-decoration: none; | 92 text-decoration: none; |
93 display: block; | 93 display: block; |
| 94 flex: auto; |
94 } | 95 } |
95 | 96 |
96 li.search-match .search-match-content { | 97 li.search-match .search-match-content { |
97 color: #000; | 98 color: #000; |
98 } | 99 } |
OLD | NEW |