CSS code snippet – How to stop input from highlighting onclick?
//SCSS format input{ &:focus { outline: none !important; } } textarea{ &:focus { outline: none !important; } }
//SCSS format input{ &:focus { outline: none !important; } } textarea{ &:focus { outline: none !important; } }