From b0caa6f4db7b6219f0a07dfb5089ba7767070328 Mon Sep 17 00:00:00 2001 From: Đỗ Văn Hoài Tuân Date: Sat, 29 Apr 2023 18:19:08 -0700 Subject: feat(plugin): TextReplace (#994) Co-authored-by: Vendicated --- src/components/VencordSettings/settingsStyles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/VencordSettings') 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; -- cgit