//SCSS format input{ &:focus { outline: none !important; } } textarea{ &:focus { outline: none !important; } }