티스토리 뷰

 focus-within

: 내부적으로 focus가 된 element가 있는지 알려주는 가상 선택자

.reply:focus-within .reply__column:first-child {
  display: none;
}

뜻 = reply 내부에 어떤 element가 focus 되어있다면 첫번째 reply__column은 안보이도록 해라.

 

 

developer.mozilla.org/en-US/docs/Web/CSS/:focus-within

 

:focus-within

The :focus-within CSS pseudo-class represents an element that has received focus or contains an element that has received focus. In other words, it represents an element that is itself matched by the :focus pseudo-class or has a descendant that is matched

developer.mozilla.org

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/02   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
글 보관함