Settings: remove outdated style (#3490)

This commit is contained in:
Cookie 2025-07-09 18:42:38 -04:00 committed by dorkbutt
parent 619b0ef858
commit c2fbcec3bd
No known key found for this signature in database
5 changed files with 6 additions and 15 deletions

View file

@ -60,15 +60,6 @@
background-color: var(--button-danger-background);
}
.vc-text-selectable,
.vc-text-selectable :where([class*="text" i], [class*="title" i]) {
/* make text selectable, silly discord makes the entirety of settings not selectable */
user-select: text;
/* discord also sets cursor: default which prevents the cursor from showing as text */
cursor: initial;
}
.vc-updater-modal {
padding: 1.5em !important;
}