angular-slider/angularjs-slider

A Square border box is displaying while dragging the slider in mobile

kishoreaoe opened this issue · 4 comments

Scenario:

  1. Include the slider in a page.
  2. Configure the Slider Options.
  3. Try to drag the slider and we could able to see SQUARE border box appearing.

Do you mean this border:
image
?

@ValentinH , Yeah, the square border while selecting.!! is there any way to hide that with css pointer class or something.!

Yeap, just add:

.rz-pointer:focus {
  outline: none;
}

thanks alot. That's solved the problem 👍