The easiest way: In you web project add something like this to your index.css or somewhere where you handle CSS. input { outline: none !important; } It will remove outline from all inputs on web :)