79273436

Date: 2024-12-11 23:27:10
Score: 1
Natty:
Report link

I like to use an 2px outline with offset so it is really obvious. I feel like box shadow isn't quite enough.

[tabindex="-1"]:focus, input:read-write:focus, select:focus, textarea:focus{
    outline: solid 2px;
    outline-offset: 1px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frank Gomez