aboutsummaryrefslogtreecommitdiff
path: root/src/components/VencordSettings
diff options
context:
space:
mode:
authorĐỗ Văn Hoài Tuân <htuan03@gmail.com>2023-04-29 18:19:08 -0700
committerGitHub <noreply@github.com>2023-04-30 01:19:08 +0000
commitb0caa6f4db7b6219f0a07dfb5089ba7767070328 (patch)
tree9e05484624c363c2deaebf18daff31db5805c4a8 /src/components/VencordSettings
parent168d4b4cd90c6fc33dd99dd5a2f106a7812336e5 (diff)
downloadVencord-b0caa6f4db7b6219f0a07dfb5089ba7767070328.tar.gz
Vencord-b0caa6f4db7b6219f0a07dfb5089ba7767070328.tar.bz2
Vencord-b0caa6f4db7b6219f0a07dfb5089ba7767070328.zip
feat(plugin): TextReplace (#994)
Co-authored-by: Vendicated <vendicated@riseup.net>
Diffstat (limited to 'src/components/VencordSettings')
-rw-r--r--src/components/VencordSettings/settingsStyles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/VencordSettings/settingsStyles.css b/src/components/VencordSettings/settingsStyles.css
index 971e9a8..c25022a 100644
--- a/src/components/VencordSettings/settingsStyles.css
+++ b/src/components/VencordSettings/settingsStyles.css
@@ -59,7 +59,7 @@
}
.vc-text-selectable,
-.vc-text-selectable :not(a, button) {
+.vc-text-selectable :not(a, button, a *, button *) {
/* make text selectable, silly discord makes the entirety of settings not selectable */
user-select: text;