This commit is contained in:
Timothy Jaeryang Baek
2025-09-14 18:08:31 -04:00
parent cae7ad8c70
commit 22e11760a1
4 changed files with 39 additions and 7 deletions

View File

@@ -420,6 +420,22 @@ input[type='number'] {
content: '\200B';
}
.tiptap .suggestion {
border-radius: 0.4rem;
box-decoration-break: clone;
padding: 0.1rem 0.3rem;
@apply bg-purple-100/20 text-purple-900 dark:bg-purple-500/20 dark:text-purple-100;
}
.tiptap .suggestion::after {
content: '\200B';
}
.tiptap .suggestion.is-empty::after {
content: '\00A0';
border-bottom: 1px dotted rgba(31, 41, 55, 0.12);
}
.input-prose .tiptap ul[data-type='taskList'] {
list-style: none;
margin-left: 0;