Make Chroma line numbers unselectable (#57)

* Make Chroma line numbers unselectable

* Add browser compatibility prefix
This commit is contained in:
Dejavu Moe 2023-05-07 13:02:48 +08:00 committed by GitHub
parent 73fb08026e
commit 5c8353a16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,9 @@
padding-left: .9em;
padding-right: 1em;
text-align: right;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.chroma .hl .lnt {