
how to stop input from highlighting onclick example
how to stop input from highlighting onclick example in css
//SCSS format
input{ &:focus { outline: none !important; } } textarea{ &:focus { outline: none !important; } }
how to stop input from highlighting onclick example in css
//SCSS format
input{ &:focus { outline: none !important; } } textarea{ &:focus { outline: none !important; } }
Share URL: how-to-stop-input-from-highlighting-onclick-example