Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が持っているログインページは、入力をタブで移動するときに強調表示されたアンカーリンクをフォーカスして正しく機能しています。Mac 上の Firefox では機能しません。これは、Windows の Chrome/FF/IE で動作するコードです。
.forgot-password-link a:focus{ background: yellow; border-style: solid; border-width: 1px; }