We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5b0ab6 + 79ec3ca commit a6e5b49Copy full SHA for a6e5b49
jquery.minicolors.js
@@ -285,7 +285,7 @@
285
if (settings.show) settings.show.call(input.get(0));
286
});
287
} else {
288
- panel.css('opacity', 1);
+ panel.show();
289
290
}
291
@@ -304,7 +304,7 @@
304
minicolors.removeClass('minicolors-focus');
305
306
307
- panel.css('opacity', 0);
+ panel.hide();
308
if (settings.hide) settings.hide.call(input.get(0));
309
310
0 commit comments