From 95830c3c7cc8c9b940baa5798be94ff0f3f2fe8b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 5 Jun 2013 17:19:18 -0400 Subject: [PATCH] getting rid of the highlight colour on links and buttons to make it feel more app-ish --- public/css/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.less b/public/css/style.less index 815bfb654a..fbb5618144 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -41,6 +41,10 @@ body { } } +button, a { + -webkit-tap-highlight-color: rgba(0,0,0,0); +} + .none { display: none !important; }