remove: unused copy-tex.css

This commit is contained in:
xiangyu 2022-07-13 13:25:56 +08:00
parent d33ceb4650
commit b7223538c0

View File

@ -1,13 +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 {
-webkit-user-select: all;
-moz-user-select: all;
user-select: all;
}