相关疑难解决方法(0)

触摸/按光标对象时指示禁用蓝色高光:指针

只要在Chrome中触摸了应用了光标:指针属性的Div,就会出现蓝色突出显示.我们怎样才能摆脱它呢?

我尝试过以下方法:

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
Run Code Online (Sandbox Code Playgroud)

但它们不会影响按下光标时的蓝色突出显示.

mobile html5 highlight touch css3

54
推荐指数
5
解决办法
3万
查看次数

标签 统计

css3 ×1

highlight ×1

html5 ×1

mobile ×1

touch ×1