aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorLordElias <55048695+LordEliasTM@users.noreply.github.com>2023-05-14 00:38:49 +0200
committerGitHub <noreply@github.com>2023-05-13 22:38:49 +0000
commit1bc06784226ed93b33698000cab70d17cb22639b (patch)
tree368137f20272269ace3e6f0c7922c26df90c8f8d /src/components
parentcd53cf38fe6330699495c9c26d29e37322d3082a (diff)
downloadVencord-1bc06784226ed93b33698000cab70d17cb22639b.tar.gz
Vencord-1bc06784226ed93b33698000cab70d17cb22639b.tar.bz2
Vencord-1bc06784226ed93b33698000cab70d17cb22639b.zip
MoreUserTags: Fix & Add ability to customize text inside tag (#1077)
Co-authored-by: V <vendicated@riseup.net> Co-authored-by: ActuallyTheSun <78964224+ActuallyTheSun@users.noreply.github.com>
Diffstat (limited to 'src/components')
-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 f7d75e6..26988fd 100644
--- a/src/components/VencordSettings/settingsStyles.css
+++ b/src/components/VencordSettings/settingsStyles.css
@@ -57,7 +57,7 @@
}
.vc-text-selectable,
-.vc-text-selectable :not(a, button, a *, button *) {
+.vc-text-selectable :not(a, button, a *, button *, input, input *) {
/* make text selectable, silly discord makes the entirety of settings not selectable */
user-select: text;