bug: fixes link icon doesn't work in the campaign editor (#3447)

This commit is contained in:
Sivin Varghese 2021-11-23 15:26:26 +05:30 committed by GitHub
parent 7f8204a9da
commit e182b59002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,6 +296,13 @@ export default {
overflow: auto;
}
.ProseMirror-prompt {
z-index: var(--z-index-highest);
background: var(--color-background-light);
border-radius: var(--border-radius-normal);
border: 1px solid var(--color-border);
}
.is-private {
.prosemirror-mention-node {
font-weight: var(--font-weight-medium);