diff options
author | Đỗ Văn Hoài Tuân <htuan03@gmail.com> | 2023-04-29 18:19:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-30 01:19:08 +0000 |
commit | b0caa6f4db7b6219f0a07dfb5089ba7767070328 (patch) | |
tree | 9e05484624c363c2deaebf18daff31db5805c4a8 /src/components/VencordSettings | |
parent | 168d4b4cd90c6fc33dd99dd5a2f106a7812336e5 (diff) | |
download | Vencord-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.css | 2 |
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; |