hyesungoh / learningWhatIWant

:fire: For memoization:boom:
6 stars 0 forks source link

iOS 환경에서 버튼 눌렀을 때 하이라이트 색상 없애는 방법 #4

Open hyesungoh opened 2 years ago

hyesungoh commented 2 years ago

as is

스크린샷 2022-05-30 오전 9 03 46

iOS 환경에서 버튼을 눌렀을 때, 위와 같은 터치 하이라이트 색상을 없애는 방법

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

/* for android (아직 확인 안해본 사항) */
outline: none;

to be

스크린샷 2022-05-30 오전 9 06 52