FlexiColorPicker icon indicating copy to clipboard operation
FlexiColorPicker copied to clipboard

picker-indicator resizes when Colorpicker is appended somewhere else

Open webketje opened this issue 9 years ago • 0 comments

Hi, First off, kudos to making the simplest & sleakest color picker available out there. In order to avoid creating color pickers for every color setting on a page, I wanted to use 1 color picker & move it to every setting once clicked. However, the picker-indicator is disproportionately resized when this is done (I don't really get why it is resized at all). This is what it looks like after being moved:

My temporary solution is to set .picker-indicator { width: 1px !important }.. What causes this?

webketje avatar May 27 '15 23:05 webketje