mirror of
https://github.com/usememos/memos.git
synced 2025-04-03 04:11:20 +02:00
chore: hide textarea outline
This commit is contained in:
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…
x
Reference in New Issue
Block a user