]> cat aescling's git repositories - mastodon.git/commitdiff
Remove ugly blue highlight on Android browsers (#4031)
authorMantas <mistermantas@users.noreply.github.com>
Thu, 6 Jul 2017 19:26:07 +0000 (22:26 +0300)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 6 Jul 2017 19:26:07 +0000 (21:26 +0200)
app/javascript/styles/basics.scss

index 70a5be36785ef1fed792e3fbbdebbaf23e1f010e..0cb271ddde6a5c1bbe718fc3a752aaaef4a72d7e 100644 (file)
@@ -11,6 +11,8 @@ body {
   text-rendering: optimizelegibility;
   font-feature-settings: "kern";
   text-size-adjust: none;
+  -webkit-tap-highlight-color: rgba(0,0,0,0);
+  -webkit-tap-highlight-color: transparent;
 
   &.app-body {
     position: fixed;