Commit 3261f462 authored by email's avatar email

chore: hide textarea outline

parent 6ad6ba23
...@@ -45,9 +45,10 @@ img { ...@@ -45,9 +45,10 @@ img {
input, input,
textarea { textarea {
@apply appearance-none outline-none !important;
background-color: transparent; background-color: transparent;
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
outline: none;
} }
input:-webkit-autofill, input:-webkit-autofill,
......
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