bootstrap-slider icon indicating copy to clipboard operation
bootstrap-slider copied to clipboard

Custom handle shows star

Open paulvancity opened this issue 3 years ago • 1 comments

I tried adding a custom image, added --> handle: custom

Added CSS -->

.slider-handle.custom { background: transparent none; /* Add your background image */ background-image: url("http://icons.iconarchive.com/icons/custom-icon-design/pretty-office-8/128/Accept-icon.png"); background-size: contain; }

also tried it with .slider-handle.custom:before

It only shows the star for some reason, anyway to fix this?

Thank you!

paulvancity avatar Apr 07 '22 20:04 paulvancity

Hi @paulvancity

Were you able to fix this issue? I'm encountering the same thing.

xirukitepe avatar Oct 18 '22 05:10 xirukitepe