| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 to { background-color: inherit; } | 249 to { background-color: inherit; } |
| 250 } | 250 } |
| 251 | 251 |
| 252 @-webkit-keyframes elements-tree-element-pick-node-animation-2 { | 252 @-webkit-keyframes elements-tree-element-pick-node-animation-2 { |
| 253 from { background-color: rgb(255, 210, 126); } | 253 from { background-color: rgb(255, 210, 126); } |
| 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 |
| 261 .webkit-html-attribute-value a { |
| 262 cursor: default !important; |
| 263 } |
| OLD | NEW |