| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2014 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 .outline-disclosure { | 7 .outline-disclosure { |
| 8 line-height: normal; | 8 line-height: normal; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 to { background-color: inherit; } | 254 to { background-color: inherit; } |
| 255 } | 255 } |
| 256 | 256 |
| 257 .pick-node-mode { | 257 .pick-node-mode { |
| 258 cursor: pointer; | 258 cursor: pointer; |
| 259 } | 259 } |
| 260 | 260 |
| 261 .webkit-html-attribute-value a { | 261 .webkit-html-attribute-value a { |
| 262 cursor: default !important; | 262 cursor: default !important; |
| 263 } | 263 } |
| 264 |
| 265 .nowrap { |
| 266 white-space: pre !important; |
| 267 } |
| 268 |
| 269 .nowrap .outline-disclosure li { |
| 270 word-wrap: normal; |
| 271 } |
| OLD | NEW |