Control Knob suitable for Volume control or similar

Yes, lets's fix it.
In the JavaScript file, find this

  input[type=range].input-knob{
    width:${op.knobWidth}px; height:${op.knobHeight}px;
  }

For this rule add declaration:
outline:none;