테스트 목적: border-radius: 0
, input[type=search]
까지 적용 범위를 명시할 필요성 확인
input
, button
, textarea
, select
에 -webkit-appearance: none;
적용border-radius: 0
input[type=search]
까지 추가color: black; background-color: #eee
까지 추가input, button, textarea, select
에는 border-radius: 0
만 적용. button
에 -webkit-appearance: none;
적용-webkit-appearance: none;
까지 제거해서 맨 처음으로 돌림type checkbox
type color
type date
type datetime-local
type month
type radio
type range
type time
type week
border-radius: 0
은 필요하다.
border-radius
가 남는다.border-radius
가 남는다.type radio
, checkbox
, range
는 appearance: none
이 능사는 아니다.