Index: color-picker.js
===================================================================
--- color-picker.js	(revision 45383)
+++ color-picker.js	(working copy)
@@ -296,7 +296,7 @@
 		 * @returns {void}
 		 */
 		open: function() {
-			this.element.iris( 'toggle' );
+			this.element.iris( 'show' );
 			this.inputWrapper.removeClass( 'hidden' );
 			this.wrap.addClass( 'wp-picker-active' );
 			this.toggler
@@ -312,7 +312,7 @@
 		 * @returns {void}
 		 */
 		close: function() {
-			this.element.iris( 'toggle' );
+			this.element.iris( 'hide' );
 			this.inputWrapper.addClass( 'hidden' );
 			this.wrap.removeClass( 'wp-picker-active' );
 			this.toggler
