getting rid of the highlight colour on links and buttons to make it feel more app-ish

This commit is contained in:
psychobunny
2013-06-05 17:19:18 -04:00
parent 2638c03752
commit 95830c3c7c

View File

@@ -41,6 +41,10 @@ body {
}
}
button, a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.none {
display: none !important;
}