모바일에서 a태그 터치영역 안보이게 처리하는 방법.
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent; /* For some Androids */
}
'프로그래밍 > css' 카테고리의 다른 글
| [sass] 웹스톰에서 node-sass 설정 해주기 (0) | 2019.08.23 |
|---|
모바일에서 a태그 터치영역 안보이게 처리하는 방법.
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent; /* For some Androids */
}
| [sass] 웹스톰에서 node-sass 설정 해주기 (0) | 2019.08.23 |
|---|