focus-within 是一个新的CSS伪类( pseudo-class),它跟:focus 、 :hover 很相似。 ... tbody tr:focus-within, tbody tr:hover { background: rgba(lightBlue, .4); } ...
確定! 回上一頁