From 5af59f85f3c667ab5e4b839731af4e6286a3e7ca Mon Sep 17 00:00:00 2001 From: marzavec Date: Sat, 17 Aug 2019 16:24:29 -0700 Subject: Client update See changelog.md --- client/katex/contrib/copy-tex.css | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 client/katex/contrib/copy-tex.css (limited to 'client/katex/contrib/copy-tex.css') diff --git a/client/katex/contrib/copy-tex.css b/client/katex/contrib/copy-tex.css deleted file mode 100644 index aae1a93..0000000 --- a/client/katex/contrib/copy-tex.css +++ /dev/null @@ -1,12 +0,0 @@ -/* Force selection of entire .katex/.katex-display blocks, so that we can - * copy/paste the entire source code. If you omit this CSS, partial - * selections of a formula will work, but will copy the ugly HTML - * representation instead of the LaTeX source code. (Full selections will - * still produce the LaTeX source code.) - */ -.katex, .katex-display { - user-select: all; - -moz-user-select: all; - -webkit-user-select: all; - -ms-user-select: all; -} -- cgit v1.2.1