mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: input/textarea unselectable
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user