OLD | NEW |
1 /* https://github.com/bgrins/spectrum */ | 1 /* https://github.com/bgrins/spectrum */ |
2 :host { | 2 :host { |
3 width: 232px; | 3 width: 232px; |
4 height: 240px; | 4 height: 240px; |
5 -webkit-user-select: none; | 5 -webkit-user-select: none; |
6 } | 6 } |
7 | 7 |
8 :host(.palettes-enabled) { | 8 :host(.palettes-enabled) { |
9 height: 319px; | 9 height: 319px; |
10 } | 10 } |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 | 411 |
412 .delete-color-toolbar.dragging { | 412 .delete-color-toolbar.dragging { |
413 visibility: visible; | 413 visibility: visible; |
414 animation: showDeleteToolbar 100ms 150ms cubic-bezier(0, 0, 0.2, 1) backward
s; | 414 animation: showDeleteToolbar 100ms 150ms cubic-bezier(0, 0, 0.2, 1) backward
s; |
415 } | 415 } |
416 | 416 |
417 .delete-color-toolbar-active { | 417 .delete-color-toolbar-active { |
418 background-color: #ddd; | 418 background-color: #ddd; |
419 color: white; | 419 color: white; |
420 } | 420 } |
OLD | NEW |