aboutsummaryrefslogtreecommitdiffstats
path: root/client/katex/contrib/copy-tex.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-08-18 01:24:29 +0200
committermarzavec <admin@marzavec.com>2019-08-18 01:24:29 +0200
commit5af59f85f3c667ab5e4b839731af4e6286a3e7ca (patch)
tree8f5101c2de05d6ffb0865034fc1235984bb20b7f /client/katex/contrib/copy-tex.css
parentMerge pull request #77 from MinusGix/patch-7 (diff)
downloadhackchat-5af59f85f3c667ab5e4b839731af4e6286a3e7ca.tar.gz
hackchat-5af59f85f3c667ab5e4b839731af4e6286a3e7ca.zip
Client update
See changelog.md
Diffstat (limited to '')
-rw-r--r--client/katex/contrib/copy-tex.css12
1 files changed, 0 insertions, 12 deletions
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;
-}