瀏覽代碼

doc: fix highlighting control elements for Webkit touch (#14703)

Vlad Gor 6 年之前
父節點
當前提交
f0ae2ae759
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/assets/styles/common.css

+ 1 - 0
examples/assets/styles/common.css

@@ -5,6 +5,7 @@ html, body {
   font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
   font-weight: 400;
   -webkit-font-smoothing: antialiased;
+  -webkit-tap-highlight-color: transparent;
 
   &.is-component {
     overflow: hidden;