| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 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 :host { | 7 :host { |
| 8 width: 270px; | 8 width: 270px; |
| 9 height: 350px; | 9 height: 350px; |
| 10 -webkit-user-select: none; | 10 -webkit-user-select: none; |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 transform: scale(1.05); | 186 transform: scale(1.05); |
| 187 } | 187 } |
| 188 | 188 |
| 189 .bezier-header-active > svg.bezier-preset-modify { | 189 .bezier-header-active > svg.bezier-preset-modify { |
| 190 visibility: visible; | 190 visibility: visible; |
| 191 } | 191 } |
| 192 | 192 |
| 193 .bezier-preset-modify:active path { | 193 .bezier-preset-modify:active path { |
| 194 stroke: white; | 194 stroke: white; |
| 195 } | 195 } |
| OLD | NEW |