Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components/spectrum.css

Issue 2142133002: DevTools: Move Spectrum to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 391
392 .delete-color-toolbar.dragging { 392 .delete-color-toolbar.dragging {
393 visibility: visible; 393 visibility: visible;
394 animation: showDeleteToolbar 100ms 150ms cubic-bezier(0, 0, 0.2, 1) backward s; 394 animation: showDeleteToolbar 100ms 150ms cubic-bezier(0, 0, 0.2, 1) backward s;
395 } 395 }
396 396
397 .delete-color-toolbar-active { 397 .delete-color-toolbar-active {
398 background-color: #ddd; 398 background-color: #ddd;
399 color: white; 399 color: white;
400 } 400 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698