mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Theme Customizer: Improve markup/styles for opened color picker. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20504 602fd350-edb4-49c9-b593-d223f7449a82
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