diff options
Diffstat (limited to 'src/components/VencordSettings/settingsStyles.css')
-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; |