From 382702f75329d57d887ca79135414a3b5d538a00 Mon Sep 17 00:00:00 2001 From: Xiao YiFang Date: Fri, 19 Aug 2022 19:46:55 +0800 Subject: [PATCH] style: remove css -webkit-user-select and replace with user-select --- article-style-st-classic.css | 1 - article-style-st-lingoes-blue.css | 3 +-- article-style-st-modern.css | 2 -- article-style.css | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/article-style-st-classic.css b/article-style-st-classic.css index 4f2f871e..11ccdd9c 100644 --- a/article-style-st-classic.css +++ b/article-style-st-classic.css @@ -23,7 +23,6 @@ body /* Don't allow to select [] */ :before, :after { - -webkit-user-select: none; user-select: none; } diff --git a/article-style-st-lingoes-blue.css b/article-style-st-lingoes-blue.css index 8dbef05b..36fe519c 100644 --- a/article-style-st-lingoes-blue.css +++ b/article-style-st-lingoes-blue.css @@ -50,7 +50,6 @@ a:hover { padding-right: 0.4em; color: #34517D; background: #DDE6F5; - -webkit-user-select: none; user-select: none; cursor: default; } @@ -219,7 +218,7 @@ code::selection { .dsl_s_wav a { text-decoration: none; - -webkit-user-select: none; + user-select: none; display: inline-block; width: 18px; height: 18px; diff --git a/article-style-st-modern.css b/article-style-st-modern.css index e37e784b..22da6b9d 100644 --- a/article-style-st-modern.css +++ b/article-style-st-modern.css @@ -71,8 +71,6 @@ a:hover padding-right: 0.3em; color: #4480f8; background: #E0E8F0; - - -webkit-user-select: none; user-select: none; cursor: default; } diff --git a/article-style.css b/article-style.css index 6fb0305f..664cf86b 100644 --- a/article-style.css +++ b/article-style.css @@ -22,7 +22,6 @@ body /* Don't allow to select [] */ :before, :after { - -webkit-user-select: none; user-select: none; }