手机端去除阴影

手机端去除阴影

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

还有如下未验证解决方案

1
2
3
4
5
a {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
}