Remove webkit outlines.
[mlpccg.git] / main.css
index de2ea55..0ef3b19 100644 (file)
--- a/main.css
+++ b/main.css
@@ -48,6 +48,9 @@ html {
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
+    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
+    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
+    -webkit-tap-highlight-color: transparent !important;
     padding: 0;
     margin: 0;
     text-decoration: none;
@@ -57,6 +60,7 @@ html {
     text-align: center;
     font-weight: normal;
     box-sizing: border-box;
+    outline: none !important;
 }
 
 [href], [onclick] {