react-rangeslider icon indicating copy to clipboard operation
react-rangeslider copied to clipboard

Remove blue outline during select

Open nobalmohan opened this issue 7 years ago • 2 comments

Added outline none for range handler to avoid the blue outline during select

nobalmohan avatar Nov 14 '17 06:11 nobalmohan

http://www.outlinenone.com/

avdeev avatar Dec 21 '17 15:12 avdeev

For all,

You can easily remove blue outline using this CSS:

.rangeslider__handle:focus{
	outline: none !important;
}

JaLe29 avatar Dec 15 '18 11:12 JaLe29