Theme Customizer: Improve markup/styles for opened color picker. see #19910.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
|
||||
toggle = this.container.find( '.color-picker-toggle' );
|
||||
spot = toggle.find('.color-picker-spot');
|
||||
ui = this.container.find( '.color-picker-controls' );
|
||||
ui = this.container.find( '.color-picker-control' );
|
||||
update = function( color ) {
|
||||
color = '#' + color;
|
||||
spot.css( 'background', color );
|
||||
|
||||
Reference in New Issue
Block a user