add tap highlight color

This commit is contained in:
Georg Fischer
2016-08-10 20:45:13 +02:00
parent ae4c87659c
commit aed8bc7702
+4
View File
@@ -2,4 +2,8 @@
content: '';
display: table;
clear: both;
}
a, button {
-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
}