Commit 6ad6ba23 authored by email's avatar email

fix: input/textarea unselectable

parent 3874523e
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment