The above answer will remove the outline from all elements, including input fields. It is better to remove it only from div, section, etc.
div:focus { outline: none; }