焦点が合っている場合、「内枠」がセル全体の周りにあることを望みます。今のところ、単語の長さくらいです。境界線がセル全体を一周するようにしたい。追加する必要があるコードはどれですか?
td:focus{
border: 2px inset white;
border-width:2px;
content: '';
width: auto;
height: auto;
position: absolute;
background: white;
}