modify base.less: remove tap highlight color for mobile safari

This commit is contained in:
simaQ
2015-07-06 09:04:39 +08:00
parent ef9ad70aea
commit a54917bd2a
+4
View File
@@ -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%);