Remove ugly blue highlight on Android browsers (#4031)

This commit is contained in:
Mantas 2017-07-06 22:26:07 +03:00 committed by Eugen Rochko
parent 26949607d2
commit 34c8a46d7d
1 changed files with 2 additions and 0 deletions

View 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;