feat(publish): add hashtag autocomplete (#778)

This commit is contained in:
Piotrek Tomczewski 2023-01-04 21:47:29 +01:00 committed by GitHub
parent 9d7b7b66ed
commit 1ff584bf8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 94 additions and 20 deletions

View file

@ -6,6 +6,7 @@
opacity: 0.4;
}
span[data-type='mention'] {
span[data-type='mention'],
span[data-type='hashtag'] {
--at-apply: text-primary;
}