nuPickers icon indicating copy to clipboard operation
nuPickers copied to clipboard

Icons have become invisible

Open greystate opened this issue 7 years ago • 2 comments

I've just upgraded a site to Umbraco v7.12.2 and now the icons in the Prefetch ListPicker are missing

Before

nupickers-before

After

nupickers-after

I tried upgrading nuPickers to the latest version, but that doesn't fix it.

The icons are actually there, but the class names have changed, so instead of just blue (the plus sign) and red (the cross) they seem to now have to be color-blue and color-red.

But that doesn't fix the problem with the height, which I haven't been able to debug...

greystate avatar Sep 17 '18 20:09 greystate

I've located the culprit w/ regards to the sizing being off — it's the .button class - apparently Umbraco have started using that, so "cascade" etc.

If I rename it to .picker-button (in CSS and views) it gets its old self back.

PR incoming - then we can discuss which name it should get for real :)

greystate avatar Sep 20 '18 19:09 greystate

I've the same bug after upgrading to Umbraco 7.13.2. I would be thankful if you throw out a release, so I can remove my ugly hack-fix.

r-Larch avatar Mar 11 '19 14:03 r-Larch