chore: update the style of help island in edgeless mode (#2244)

This commit is contained in:
JimmFly
2023-05-06 04:35:05 +08:00
committed by GitHub
parent 8d8119b39b
commit 1ef408c9ad
3 changed files with 12 additions and 2 deletions

View File

@@ -163,6 +163,7 @@ input {
border-radius: 0; /*Solve the problem of rounded corners of the input box on ios*/
outline: medium; /*Remove the default yellow border on mouse click*/
background-color: transparent;
caret-color: var(--affine-primary-color);
}
input:-webkit-autofill {