Browse Source

Remove ugly blue highlight on Android browsers (#4031)

pull/4/head
Mantas 6 years ago
committed by Eugen Rochko
parent
commit
34c8a46d7d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/javascript/styles/basics.scss

+ 2
- 0
app/javascript/styles/basics.scss 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;

Loading…
Cancel
Save