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;
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;