diff --git a/style/core/base.less b/style/core/base.less index fb98df3dd..b131e1dc5 100644 --- a/style/core/base.less +++ b/style/core/base.less @@ -1,5 +1,9 @@ @import "normalize"; +* { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); // remove tap highlight color for mobile safari +} + // HTML & Body reset html, body { .square(100%);