-webkit-tap-highlight-color

非标准:此特性未标准化。我们不建议在生产环境中使用非标准特性,因为它们浏览器支持有限,并且可能会更改或被移除。但是,在没有标准选项的特定情况下,它们可以是合适的替代方案。

-webkit-tap-highlight-color 是一个非标准 CSS 属性,用于设置在轻触链接时出现的突出显示颜色。突出显示向用户表明他们的轻触已被成功识别,并指示他们正在轻触哪个元素。

语法

css
-webkit-tap-highlight-color: red;
-webkit-tap-highlight-color: transparent; /* for removing the highlight */

/* Global values */
-webkit-tap-highlight-color: inherit;
-webkit-tap-highlight-color: initial;
-webkit-tap-highlight-color: revert;
-webkit-tap-highlight-color: revert-layer;
-webkit-tap-highlight-color: unset;

一个 <color>

正式定义

初始值black
应用于所有元素
继承性
计算值同指定值
动画类型离散

正式语法

-webkit-tap-highlight-color = 
<color>

规范

不属于任何标准。Apple 在 Safari Web Content Guide 中有描述

浏览器兼容性

另见