fix: input/textarea unselectable

This commit is contained in:
email 2022-02-19 18:52:50 +08:00
parent 3874523e61
commit 6ad6ba2327

View File

@ -35,9 +35,7 @@ pre {
}
label,
input,
button,
textarea,
img {
background-color: transparent;
user-select: none;
@ -45,6 +43,13 @@ img {
outline: none;
}
input,
textarea {
background-color: transparent;
-webkit-tap-highlight-color: transparent;
outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,