From 36ce05353448e3c4bb85ed4752c70045cd2ff096 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 31 Oct 2023 11:36:52 +0800 Subject: [PATCH] tab hignlight --- src/style.scss | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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); }