prevent text selectio in input[type=submit]

This commit is contained in:
Aljaz S
2021-11-25 12:28:40 +01:00
parent ea75000101
commit 4c2885855f

View File

@@ -21,7 +21,7 @@ html {
}
textarea,
input,
input:not([type=submit]),
pre,
code {
-webkit-user-select: text;