This will remove the visible focus outline. You should enhance the focus with CSS! e.g. *:focus{outline:3px solid blue; outline-offset:2px;} It is a best ...
確定! 回上一頁