depending on your used theme a focused link is invisible if background is set to white for a:focus. Add to your autosave.css a setting like

#autosave-status a:focus {
background-color:transparent;
}

to keep your blue background and avoid this problem.