[CSS] focus blue outline 삭제 방법

button:focus {
outline: 0;
}

위와같이 css에서 selector 한 후에 outline을 0으로 변경한다.