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

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

Issue 1900033002: Revert of Devtools: Cut color picker off at bottom instead of the top (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/Popover.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 /* Prevents the popover from jumping when focus() is called */
7 display: block !important;
8 } 6 }
9 7
10 :host(.palettes-enabled) { 8 :host(.palettes-enabled) {
11 height: 319px; 9 height: 319px;
12 } 10 }
13 11
14 .spectrum-color { 12 .spectrum-color {
15 position: relative; 13 position: relative;
16 width: 232px; 14 width: 232px;
17 height: 124px; 15 height: 124px;
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 391
394 .delete-color-toolbar.dragging { 392 .delete-color-toolbar.dragging {
395 visibility: visible; 393 visibility: visible;
396 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;
397 } 395 }
398 396
399 .delete-color-toolbar-active { 397 .delete-color-toolbar-active {
400 background-color: #ddd; 398 background-color: #ddd;
401 color: white; 399 color: white;
402 } 400 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/Popover.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698