Remove ugly blue highlight on Android browsers (#4031)

th-downstream
Mantas 7 years ago committed by Eugen Rochko
parent 8ea261cc38
commit e35ae80e22

@ -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