Merge branch 'patch-allow-global-text-selection' into 'master'

allow global text selection

See merge request aljaxus/upn-qr!6
This commit is contained in:
Aljaž Starc
2023-05-20 19:16:14 +00:00

View File

@@ -13,11 +13,6 @@ html {
--c-darkish: rgb(var(--c-darkish-val));
--c-primary: rgb(var(--c-primary-val));
--c-accent: rgb(var(--c-accent-val));
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
textarea,