react-rangeslider
react-rangeslider copied to clipboard
Remove blue outline during select
Added outline none for range handler to avoid the blue outline during select
http://www.outlinenone.com/
For all,
You can easily remove blue outline using this CSS:
.rangeslider__handle:focus{
outline: none !important;
}