focus

정은경·2022년 5월 16일
0

👸 Front-End Queen

목록 보기
190/265

focus

input:focus {
	color: red;
}

focus는 타켓 엘리먼트 자체에만 적용된다.
타켓 엘리먼트 내부에도 영향을 미치고 싶다면 focus-within을 사용할 것

  • focus pseudo class in CSS is used for styling an element that is currently targeted by the keyboard, or activated by the mouse
  1. focus-visible
  2. focus-within

tabindex

Reference

profile
#의식의흐름 #순간순간 #생각의스냅샷

0개의 댓글