chore: hide textarea outline

pull/34/head
email 3 years ago
parent 6ad6ba2327
commit 3261f46275

@ -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,

Loading…
Cancel
Save