Improve settings selectable text style

This commit is contained in:
V 2023-05-31 17:47:41 +02:00
parent 5938c7d67c
commit cba810cab5
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -57,7 +57,7 @@
}
.vc-text-selectable,
.vc-text-selectable :not(a, button, a *, button *, input, input *) {
.vc-text-selectable :where([class*="text" i], [class*="title" i]) {
/* make text selectable, silly discord makes the entirety of settings not selectable */
user-select: text;