fix cursor on autofill (#8378)

pull/8221/head
Prabhat Khera 2023-02-10 09:19:43 +13:00 committed by GitHub
parent 4753d52532
commit d73622ed9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -776,3 +776,7 @@ input[style*='background-image: url("data:image/png'] {
.web-editor .trancluded-item:empty {
display: none;
}
input:-webkit-autofill {
@apply caret-[--grey-25] th-dark:caret-white th-highcontrast:caret-white;
}