CSS :focus-within的具體使用
在CSS中 :focus-within 是一個偽類,現在已經被列入到CSS選擇器中(CSS Level 4 selector)。
他就像你知道的 :focus 或者 :hover 。 :focus-within 能非常方便處理獲取焦點狀態(tài)。
當元素本身或其后代元素獲得焦點時, :focus-within 偽類的元素就會有效。