diff --git a/src/style.scss b/src/style.scss index e5df09d..74ba388 100644 --- a/src/style.scss +++ b/src/style.scss @@ -1,9 +1,5 @@ -.router-link-active { - text-decoration: none; - outline: none; -} - -a { - text-decoration: none; - outline: none; +a, +button, +input { + -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }