Remove ugly blue highlight on Android browsers (#4031)
This commit is contained in:
parent
26949607d2
commit
34c8a46d7d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue