Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/lib/contrib/copy-tex.css')
-rw-r--r--static/lib/contrib/copy-tex.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/lib/contrib/copy-tex.css b/static/lib/contrib/copy-tex.css
index 90801d8..6999c63 100644
--- a/static/lib/contrib/copy-tex.css
+++ b/static/lib/contrib/copy-tex.css
@@ -6,9 +6,8 @@
*/
.katex,
.katex-display {
- user-select: all;
- -moz-user-select: all;
-webkit-user-select: all;
- -ms-user-select: all;
+ -moz-user-select: all;
+ user-select: all;
}