我的css中有以下内容:
*::selection {background: transparent;} *:focus {outline: none;}
我测试的所有设备都会发生这种情况,但结果略有不同。我在下面看到的 S3 是黄色的。
然而我的Nexus 5是蓝色的......在我的iPhone 3gs中,我的iPhone 4/5中的深蓝色/黑色也是同样的颜色。
所以我想完全删除这个状态或选择我自己的颜色。
三星S3
Nexus 5
答案 0 :(得分:0)
你会在这里找到答案:
Disable orange outline highlight on focus
(我在我的应用中使用此功能)
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent; // i.e. Nexus5/Chrome and Kindle Fire HD 7''