79584425

Date: 2025-04-21 10:28:44
Score: 1
Natty:
Report link

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;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zia Khan