| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 .list-item { | 5 .list-item { |
| 6 -webkit-tap-highlight-color: transparent; | 6 -webkit-tap-highlight-color: transparent; |
| 7 -webkit-transition: 300ms linear; | 7 -webkit-transition: 300ms linear; |
| 8 -webkit-transition-property: background; | 8 -webkit-transition-property: background; |
| 9 background: transparent; | 9 background: transparent; |
| 10 height: 50px; | 10 height: 50px; |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 } | 230 } |
| 231 } | 231 } |
| 232 | 232 |
| 233 .session-icon { | 233 .session-icon { |
| 234 background-position: center; | 234 background-position: center; |
| 235 background-repeat: no-repeat; | 235 background-repeat: no-repeat; |
| 236 background-size: 32px 32px; | 236 background-size: 32px 32px; |
| 237 height: 48px; | 237 height: 48px; |
| 238 width: 48px; | 238 width: 48px; |
| 239 } | 239 } |
| OLD | NEW |